Module: Aws::SnowDeviceManagement::Client::_DescribeDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_with_job ⇒ ::String
- #device_capacities ⇒ ::Array[Types::Capacity]
- #device_state ⇒ "UNLOCKED", ...
- #device_type ⇒ ::String
- #last_reached_out_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #managed_device_arn ⇒ ::String
- #managed_device_id ⇒ ::String
- #physical_network_interfaces ⇒ ::Array[Types::PhysicalNetworkInterface]
- #software ⇒ Types::SoftwareInformation
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#associated_with_job ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def associated_with_job: () -> ::String
|
#device_capacities ⇒ ::Array[Types::Capacity]
114 |
# File 'sig/client.rbs', line 114
def device_capacities: () -> ::Array[Types::Capacity]
|
#device_state ⇒ "UNLOCKED", ...
115 |
# File 'sig/client.rbs', line 115
def device_state: () -> ("UNLOCKED" | "LOCKED" | "UNLOCKING")
|
#device_type ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def device_type: () -> ::String
|
#last_reached_out_at ⇒ ::Time
117 |
# File 'sig/client.rbs', line 117
def last_reached_out_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def last_updated_at: () -> ::Time
|
#managed_device_arn ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def managed_device_arn: () -> ::String
|
#managed_device_id ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def managed_device_id: () -> ::String
|
#physical_network_interfaces ⇒ ::Array[Types::PhysicalNetworkInterface]
121 |
# File 'sig/client.rbs', line 121
def physical_network_interfaces: () -> ::Array[Types::PhysicalNetworkInterface]
|
#software ⇒ Types::SoftwareInformation
122 |
# File 'sig/client.rbs', line 122
def software: () -> Types::SoftwareInformation
|
#tags ⇒ ::Hash[::String, ::String]
123 |
# File 'sig/client.rbs', line 123
def tags: () -> ::Hash[::String, ::String]
|