Class: Aws::Types::LaunchInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#requested_capacity ⇒ ::Integer
Returns the value of attribute requested_capacity.
-
#retry_strategy ⇒ "retry-with-group-configuration", "none"
Returns the value of attribute retry_strategy.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
928 929 930 |
# File 'sig/types.rbs', line 928 def auto_scaling_group_name @auto_scaling_group_name end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
932 933 934 |
# File 'sig/types.rbs', line 932 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
931 932 933 |
# File 'sig/types.rbs', line 931 def availability_zones @availability_zones end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
930 931 932 |
# File 'sig/types.rbs', line 930 def client_token @client_token end |
#requested_capacity ⇒ ::Integer
Returns the value of attribute requested_capacity.
929 930 931 |
# File 'sig/types.rbs', line 929 def requested_capacity @requested_capacity end |
#retry_strategy ⇒ "retry-with-group-configuration", "none"
Returns the value of attribute retry_strategy.
934 935 936 |
# File 'sig/types.rbs', line 934 def retry_strategy @retry_strategy end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
933 934 935 |
# File 'sig/types.rbs', line 933 def subnet_ids @subnet_ids end |