Class: Aws::Types::ImportInstanceLaunchSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ImportInstanceLaunchSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
-
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
-
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
-
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#monitoring ⇒ Boolean
Returns the value of attribute monitoring.
-
#placement ⇒ Types::Placement
Returns the value of attribute placement.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#user_data ⇒ Types::UserData
Returns the value of attribute user_data.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
11361 11362 11363 |
# File 'sig/types.rbs', line 11361 def additional_info @additional_info end |
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
11358 11359 11360 |
# File 'sig/types.rbs', line 11358 def architecture @architecture end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
11360 11361 11362 |
# File 'sig/types.rbs', line 11360 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
11359 11360 11361 |
# File 'sig/types.rbs', line 11359 def group_names @group_names end |
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
11367 11368 11369 |
# File 'sig/types.rbs', line 11367 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11363 11364 11365 |
# File 'sig/types.rbs', line 11363 def instance_type @instance_type end |
#monitoring ⇒ Boolean
Returns the value of attribute monitoring.
11365 11366 11367 |
# File 'sig/types.rbs', line 11365 def monitoring @monitoring end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
11364 11365 11366 |
# File 'sig/types.rbs', line 11364 def placement @placement end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
11368 11369 11370 |
# File 'sig/types.rbs', line 11368 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11366 11367 11368 |
# File 'sig/types.rbs', line 11366 def subnet_id @subnet_id end |
#user_data ⇒ Types::UserData
Returns the value of attribute user_data.
11362 11363 11364 |
# File 'sig/types.rbs', line 11362 def user_data @user_data end |