Class: Aws::IoTFleetWise::Types::CreateFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateFleetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created fleet.
-
#id ⇒ String
The ID of the created fleet.
Instance Attribute Details
#arn ⇒ String
The ARN of the created fleet.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 835 class CreateFleetResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the created fleet.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 835 class CreateFleetResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |