Class: Aws::Types::InstanceEntry
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#port_info_source ⇒ "DEFAULT", ...
Returns the value of attribute port_info_source.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def availability_zone @availability_zone end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def instance_type @instance_type end |
#port_info_source ⇒ "DEFAULT", ...
Returns the value of attribute port_info_source.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def port_info_source @port_info_source end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def source_name @source_name end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def user_data @user_data end |