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
3963 |
# File 'sig/client.rbs', line 3963 def agent_version: () -> ::String |
#description ⇒ ::String
3955 |
# File 'sig/client.rbs', line 3955 def description: () -> ::String |
#device_arn ⇒ ::String
3953 |
# File 'sig/client.rbs', line 3953 def device_arn: () -> ::String |
#device_fleet_name ⇒ ::String
3956 |
# File 'sig/client.rbs', line 3956 def device_fleet_name: () -> ::String |
#device_name ⇒ ::String
3954 |
# File 'sig/client.rbs', line 3954 def device_name: () -> ::String |
#iot_thing_name ⇒ ::String
3957 |
# File 'sig/client.rbs', line 3957 def iot_thing_name: () -> ::String |
#latest_heartbeat ⇒ ::Time
3959 |
# File 'sig/client.rbs', line 3959 def latest_heartbeat: () -> ::Time |
#max_models ⇒ ::Integer
3961 |
# File 'sig/client.rbs', line 3961 def max_models: () -> ::Integer |
#models ⇒ ::Array[Types::EdgeModel]
3960 |
# File 'sig/client.rbs', line 3960 def models: () -> ::Array[Types::EdgeModel] |
#next_token ⇒ ::String
3962 |
# File 'sig/client.rbs', line 3962 def next_token: () -> ::String |
#registration_time ⇒ ::Time
3958 |
# File 'sig/client.rbs', line 3958 def registration_time: () -> ::Time |