Class: Aws::Types::InstanceEventWindowAssociationTarget
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindowAssociationTarget
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dedicated_host_ids ⇒ ::Array[::String]
Returns the value of attribute dedicated_host_ids.
11410 11411 11412 |
# File 'sig/types.rbs', line 11410 def dedicated_host_ids @dedicated_host_ids end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
11408 11409 11410 |
# File 'sig/types.rbs', line 11408 def instance_ids @instance_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11409 11410 11411 |
# File 'sig/types.rbs', line 11409 def @tags end |