Class: Aws::Types::TerminateTargetInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::TerminateTargetInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def account_id @account_id end |
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def source_server_i_ds @source_server_i_ds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def @tags end |