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
3951 |
# File 'sig/client.rbs', line 3951
def creation_time: () -> ::Time
|
#description ⇒ ::String
3950 |
# File 'sig/client.rbs', line 3950
def description: () -> ::String
|
#device_fleet_arn ⇒ ::String
3948 |
# File 'sig/client.rbs', line 3948
def device_fleet_arn: () -> ::String
|
#device_fleet_name ⇒ ::String
3947 |
# File 'sig/client.rbs', line 3947
def device_fleet_name: () -> ::String
|
#iot_role_alias ⇒ ::String
3954 |
# File 'sig/client.rbs', line 3954
def iot_role_alias: () -> ::String
|
#last_modified_time ⇒ ::Time
3952 |
# File 'sig/client.rbs', line 3952
def last_modified_time: () -> ::Time
|
#output_config ⇒ Types::EdgeOutputConfig
3949 |
# File 'sig/client.rbs', line 3949
def output_config: () -> Types::EdgeOutputConfig
|
#role_arn ⇒ ::String
3953 |
# File 'sig/client.rbs', line 3953
def role_arn: () -> ::String
|