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
3935 |
# File 'sig/client.rbs', line 3935
def creation_time: () -> ::Time
|
#description ⇒ ::String
3934 |
# File 'sig/client.rbs', line 3934
def description: () -> ::String
|
#device_fleet_arn ⇒ ::String
3932 |
# File 'sig/client.rbs', line 3932
def device_fleet_arn: () -> ::String
|
#device_fleet_name ⇒ ::String
3931 |
# File 'sig/client.rbs', line 3931
def device_fleet_name: () -> ::String
|
#iot_role_alias ⇒ ::String
3938 |
# File 'sig/client.rbs', line 3938
def iot_role_alias: () -> ::String
|
#last_modified_time ⇒ ::Time
3936 |
# File 'sig/client.rbs', line 3936
def last_modified_time: () -> ::Time
|
#output_config ⇒ Types::EdgeOutputConfig
3933 |
# File 'sig/client.rbs', line 3933
def output_config: () -> Types::EdgeOutputConfig
|
#role_arn ⇒ ::String
3937 |
# File 'sig/client.rbs', line 3937
def role_arn: () -> ::String
|