Module: Aws::SageMaker::Client::_DescribeDeviceFleetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceFleetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #device_fleet_arn ⇒ ::String
- #device_fleet_name ⇒ ::String
- #iot_role_alias ⇒ ::String
- #last_modified_time ⇒ ::Time
- #output_config ⇒ Types::EdgeOutputConfig
- #role_arn ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
3956 |
# File 'sig/client.rbs', line 3956
def creation_time: () -> ::Time
|
#description ⇒ ::String
3955 |
# File 'sig/client.rbs', line 3955
def description: () -> ::String
|
#device_fleet_arn ⇒ ::String
3953 |
# File 'sig/client.rbs', line 3953
def device_fleet_arn: () -> ::String
|
#device_fleet_name ⇒ ::String
3952 |
# File 'sig/client.rbs', line 3952
def device_fleet_name: () -> ::String
|
#iot_role_alias ⇒ ::String
3959 |
# File 'sig/client.rbs', line 3959
def iot_role_alias: () -> ::String
|
#last_modified_time ⇒ ::Time
3957 |
# File 'sig/client.rbs', line 3957
def last_modified_time: () -> ::Time
|
#output_config ⇒ Types::EdgeOutputConfig
3954 |
# File 'sig/client.rbs', line 3954
def output_config: () -> Types::EdgeOutputConfig
|
#role_arn ⇒ ::String
3958 |
# File 'sig/client.rbs', line 3958
def role_arn: () -> ::String
|