Class: Aws::Types::Vm
- Inherits:
-
Object
- Object
- Aws::Types::Vm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#ip_v4_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v4_addresses.
-
#ip_v6_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v6_addresses.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
-
#vm_name ⇒ ::String
Returns the value of attribute vm_name.
Instance Attribute Details
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def execution_role @execution_role end |
#ip_v4_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v4_addresses.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def ip_v4_addresses @ip_v4_addresses end |
#ip_v6_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v6_addresses.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def ip_v6_addresses @ip_v6_addresses end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def key_name @key_name end |
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def launched_at @launched_at end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def network_id @network_id end |
#platform ⇒ ::String
Returns the value of attribute platform.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def platform @platform end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def subnet_ids @subnet_ids end |
#type ⇒ ::String
Returns the value of attribute type.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def type @type end |
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def vm_image_reference @vm_image_reference end |
#vm_name ⇒ ::String
Returns the value of attribute vm_name.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def vm_name @vm_name end |