Class: Aws::Types::DescribeDeviceOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_with_job ⇒ ::String
Returns the value of attribute associated_with_job.
-
#device_capacities ⇒ ::Array[Types::Capacity]
Returns the value of attribute device_capacities.
-
#device_state ⇒ "UNLOCKED", ...
Returns the value of attribute device_state.
-
#device_type ⇒ ::String
Returns the value of attribute device_type.
-
#last_reached_out_at ⇒ ::Time
Returns the value of attribute last_reached_out_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#managed_device_arn ⇒ ::String
Returns the value of attribute managed_device_arn.
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#physical_network_interfaces ⇒ ::Array[Types::PhysicalNetworkInterface]
Returns the value of attribute physical_network_interfaces.
-
#software ⇒ Types::SoftwareInformation
Returns the value of attribute software.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#associated_with_job ⇒ ::String
Returns the value of attribute associated_with_job.
87 88 89 |
# File 'sig/types.rbs', line 87 def associated_with_job @associated_with_job end |
#device_capacities ⇒ ::Array[Types::Capacity]
Returns the value of attribute device_capacities.
88 89 90 |
# File 'sig/types.rbs', line 88 def device_capacities @device_capacities end |
#device_state ⇒ "UNLOCKED", ...
Returns the value of attribute device_state.
89 90 91 |
# File 'sig/types.rbs', line 89 def device_state @device_state end |
#device_type ⇒ ::String
Returns the value of attribute device_type.
90 91 92 |
# File 'sig/types.rbs', line 90 def device_type @device_type end |
#last_reached_out_at ⇒ ::Time
Returns the value of attribute last_reached_out_at.
91 92 93 |
# File 'sig/types.rbs', line 91 def last_reached_out_at @last_reached_out_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
92 93 94 |
# File 'sig/types.rbs', line 92 def last_updated_at @last_updated_at end |
#managed_device_arn ⇒ ::String
Returns the value of attribute managed_device_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def managed_device_arn @managed_device_arn end |
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def managed_device_id @managed_device_id end |
#physical_network_interfaces ⇒ ::Array[Types::PhysicalNetworkInterface]
Returns the value of attribute physical_network_interfaces.
95 96 97 |
# File 'sig/types.rbs', line 95 def physical_network_interfaces @physical_network_interfaces end |
#software ⇒ Types::SoftwareInformation
Returns the value of attribute software.
96 97 98 |
# File 'sig/types.rbs', line 96 def software @software end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
97 98 99 |
# File 'sig/types.rbs', line 97 def @tags end |