Class: Aws::Types::ModifyInstancePlacementRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstancePlacementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#affinity ⇒ "default", "host"
Returns the value of attribute affinity.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
-
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
Instance Attribute Details
#affinity ⇒ "default", "host"
Returns the value of attribute affinity.
14198 14199 14200 |
# File 'sig/types.rbs', line 14198 def affinity @affinity end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
14195 14196 14197 |
# File 'sig/types.rbs', line 14195 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
14192 14193 14194 |
# File 'sig/types.rbs', line 14192 def group_name @group_name end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
14199 14200 14201 |
# File 'sig/types.rbs', line 14199 def host_id @host_id end |
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
14194 14195 14196 |
# File 'sig/types.rbs', line 14194 def host_resource_group_arn @host_resource_group_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14196 14197 14198 |
# File 'sig/types.rbs', line 14196 def instance_id @instance_id end |
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
14193 14194 14195 |
# File 'sig/types.rbs', line 14193 def partition_number @partition_number end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
14197 14198 14199 |
# File 'sig/types.rbs', line 14197 def tenancy @tenancy end |