Class: Aws::IoTFleetWise::Types::GetFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetFleetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#creation_time ⇒ Time
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#description ⇒ String
A brief description of the fleet.
-
#id ⇒ String
The ID of the fleet.
-
#last_modification_time ⇒ Time
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#signal_catalog_arn ⇒ String
The ARN of a signal catalog associated with the fleet.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the fleet.
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the fleet.
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#signal_catalog_arn ⇒ String
The ARN of a signal catalog associated with the fleet.
2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2082 class GetFleetResponse < Struct.new( :id, :arn, :description, :signal_catalog_arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |