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.
11100 11101 11102 |
# File 'sig/types.rbs', line 11100 def additional_info @additional_info end |
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
11097 11098 11099 |
# File 'sig/types.rbs', line 11097 def architecture @architecture end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
11099 11100 11101 |
# File 'sig/types.rbs', line 11099 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
11098 11099 11100 |
# File 'sig/types.rbs', line 11098 def group_names @group_names end |
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
11106 11107 11108 |
# File 'sig/types.rbs', line 11106 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11102 11103 11104 |
# File 'sig/types.rbs', line 11102 def instance_type @instance_type end |
#monitoring ⇒ Boolean
Returns the value of attribute monitoring.
11104 11105 11106 |
# File 'sig/types.rbs', line 11104 def monitoring @monitoring end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
11103 11104 11105 |
# File 'sig/types.rbs', line 11103 def placement @placement end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
11107 11108 11109 |
# File 'sig/types.rbs', line 11107 def private_ip_address @private_ip_address end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11105 11106 11107 |
# File 'sig/types.rbs', line 11105 def subnet_id @subnet_id end |
#user_data ⇒ Types::UserData
Returns the value of attribute user_data.
11101 11102 11103 |
# File 'sig/types.rbs', line 11101 def user_data @user_data end |