Class DescribeDeviceFleetResponse

    • Method Detail

      • deviceFleetName

        public final String deviceFleetName()

        The name of the fleet.

        Returns:
        The name of the fleet.
      • deviceFleetArn

        public final String deviceFleetArn()

        The The Amazon Resource Name (ARN) of the fleet.

        Returns:
        The The Amazon Resource Name (ARN) of the fleet.
      • outputConfig

        public final EdgeOutputConfig outputConfig()

        The output configuration for storing sampled data.

        Returns:
        The output configuration for storing sampled data.
      • description

        public final String description()

        A description of the fleet.

        Returns:
        A description of the fleet.
      • creationTime

        public final Instant creationTime()

        Timestamp of when the device fleet was created.

        Returns:
        Timestamp of when the device fleet was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        Timestamp of when the device fleet was last updated.

        Returns:
        Timestamp of when the device fleet was last updated.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

        Returns:
        The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
      • iotRoleAlias

        public final String iotRoleAlias()

        The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

        Returns:
        The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object