Module: Aws::SageMaker::Client::_DescribeDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_version ⇒ ::String
- #description ⇒ ::String
- #device_arn ⇒ ::String
- #device_fleet_name ⇒ ::String
- #device_name ⇒ ::String
- #iot_thing_name ⇒ ::String
- #latest_heartbeat ⇒ ::Time
- #max_models ⇒ ::Integer
- #models ⇒ ::Array[Types::EdgeModel]
- #next_token ⇒ ::String
- #registration_time ⇒ ::Time
Instance Method Details
#agent_version ⇒ ::String
3919 |
# File 'sig/client.rbs', line 3919
def agent_version: () -> ::String
|
#description ⇒ ::String
3911 |
# File 'sig/client.rbs', line 3911
def description: () -> ::String
|
#device_arn ⇒ ::String
3909 |
# File 'sig/client.rbs', line 3909
def device_arn: () -> ::String
|
#device_fleet_name ⇒ ::String
3912 |
# File 'sig/client.rbs', line 3912
def device_fleet_name: () -> ::String
|
#device_name ⇒ ::String
3910 |
# File 'sig/client.rbs', line 3910
def device_name: () -> ::String
|
#iot_thing_name ⇒ ::String
3913 |
# File 'sig/client.rbs', line 3913
def iot_thing_name: () -> ::String
|
#latest_heartbeat ⇒ ::Time
3915 |
# File 'sig/client.rbs', line 3915
def latest_heartbeat: () -> ::Time
|
#max_models ⇒ ::Integer
3917 |
# File 'sig/client.rbs', line 3917
def max_models: () -> ::Integer
|
#models ⇒ ::Array[Types::EdgeModel]
3916 |
# File 'sig/client.rbs', line 3916
def models: () -> ::Array[Types::EdgeModel]
|
#next_token ⇒ ::String
3918 |
# File 'sig/client.rbs', line 3918
def next_token: () -> ::String
|
#registration_time ⇒ ::Time
3914 |
# File 'sig/client.rbs', line 3914
def registration_time: () -> ::Time
|