Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_launch_index ⇒ ::Integer
Returns the value of attribute ami_launch_index.
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#cpu_options ⇒ Types::CpuOptions
Returns the value of attribute cpu_options.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
-
#root_device_name ⇒ ::String
Returns the value of attribute root_device_name.
-
#security_groups ⇒ ::Array[Types::SecurityGroupIdentifier]
Returns the value of attribute security_groups.
-
#state ⇒ Types::InstanceState
Returns the value of attribute state.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#ami_launch_index ⇒ ::Integer
Returns the value of attribute ami_launch_index.
160 161 162 |
# File 'sig/types.rbs', line 160 def ami_launch_index @ami_launch_index end |
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
161 162 163 |
# File 'sig/types.rbs', line 161 def block_device_mappings @block_device_mappings end |
#cpu_options ⇒ Types::CpuOptions
Returns the value of attribute cpu_options.
162 163 164 |
# File 'sig/types.rbs', line 162 def @cpu_options end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
163 164 165 |
# File 'sig/types.rbs', line 163 def created_at @created_at end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
166 167 168 |
# File 'sig/types.rbs', line 166 def instance_type @instance_type end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
167 168 169 |
# File 'sig/types.rbs', line 167 def private_ip_address @private_ip_address end |
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
168 169 170 |
# File 'sig/types.rbs', line 168 def public_ip_address @public_ip_address end |
#root_device_name ⇒ ::String
Returns the value of attribute root_device_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def root_device_name @root_device_name end |
#security_groups ⇒ ::Array[Types::SecurityGroupIdentifier]
Returns the value of attribute security_groups.
170 171 172 |
# File 'sig/types.rbs', line 170 def security_groups @security_groups end |
#state ⇒ Types::InstanceState
Returns the value of attribute state.
171 172 173 |
# File 'sig/types.rbs', line 171 def state @state end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
172 173 174 |
# File 'sig/types.rbs', line 172 def updated_at @updated_at end |