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.
11579 11580 11581 |
# File 'sig/types.rbs', line 11579 def additional_info @additional_info end |
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
11576 11577 11578 |
# File 'sig/types.rbs', line 11576 def architecture @architecture end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
11578 11579 11580 |
# File 'sig/types.rbs', line 11578 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
11577 11578 11579 |
# File 'sig/types.rbs', line 11577 def group_names @group_names end |
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
11585 11586 11587 |
# File 'sig/types.rbs', line 11585 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11581 11582 11583 |
# File 'sig/types.rbs', line 11581 def instance_type @instance_type end |
#monitoring ⇒ Boolean
Returns the value of attribute monitoring.
11583 11584 11585 |
# File 'sig/types.rbs', line 11583 def monitoring @monitoring end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
11582 11583 11584 |
# File 'sig/types.rbs', line 11582 def placement @placement end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
11586 11587 11588 |
# File 'sig/types.rbs', line 11586 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11584 11585 11586 |
# File 'sig/types.rbs', line 11584 def subnet_id @subnet_id end |
#user_data ⇒ Types::UserData
Returns the value of attribute user_data.
11580 11581 11582 |
# File 'sig/types.rbs', line 11580 def user_data @user_data end |