Class: Aws::Types::DescribeDeviceEc2Input
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceEc2Input
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
Instance Attribute Details
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
71 72 73 |
# File 'sig/types.rbs', line 71 def instance_ids @instance_ids end |
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def managed_device_id @managed_device_id end |