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