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.
922 923 924 |
# File 'sig/types.rbs', line 922 def auto_scaling_group_name @auto_scaling_group_name end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
926 927 928 |
# File 'sig/types.rbs', line 926 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
925 926 927 |
# File 'sig/types.rbs', line 925 def availability_zones @availability_zones end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
924 925 926 |
# File 'sig/types.rbs', line 924 def client_token @client_token end |
#requested_capacity ⇒ ::Integer
Returns the value of attribute requested_capacity.
923 924 925 |
# File 'sig/types.rbs', line 923 def requested_capacity @requested_capacity end |
#retry_strategy ⇒ "retry-with-group-configuration", "none"
Returns the value of attribute retry_strategy.
928 929 930 |
# File 'sig/types.rbs', line 928 def retry_strategy @retry_strategy end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
927 928 929 |
# File 'sig/types.rbs', line 927 def subnet_ids @subnet_ids end |