Class: Aws::Types::InstanceEventWindowDisassociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindowDisassociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_host_ids ⇒ ::Array[::String]
Returns the value of attribute dedicated_host_ids.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#instance_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute instance_tags.
Instance Attribute Details
#dedicated_host_ids ⇒ ::Array[::String]
Returns the value of attribute dedicated_host_ids.
11417 11418 11419 |
# File 'sig/types.rbs', line 11417 def dedicated_host_ids @dedicated_host_ids end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
11415 11416 11417 |
# File 'sig/types.rbs', line 11415 def instance_ids @instance_ids end |
#instance_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute instance_tags.
11416 11417 11418 |
# File 'sig/types.rbs', line 11416 def @instance_tags end |