Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_ons ⇒ ::Array[Types::AddOn]
Returns the value of attribute add_ons.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
-
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#hardware ⇒ Types::InstanceHardware
Returns the value of attribute hardware.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#ipv6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv6_addresses.
-
#is_static_ip ⇒ Boolean
Returns the value of attribute is_static_ip.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#metadata_options ⇒ Types::InstanceMetadataOptions
Returns the value of attribute metadata_options.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#networking ⇒ Types::InstanceNetworking
Returns the value of attribute networking.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#ssh_key_name ⇒ ::String
Returns the value of attribute ssh_key_name.
-
#state ⇒ Types::InstanceState
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#add_ons ⇒ ::Array[Types::AddOn]
Returns the value of attribute add_ons.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def add_ons @add_ons end |
#arn ⇒ ::String
Returns the value of attribute arn.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def arn @arn end |
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def blueprint_id @blueprint_id end |
#blueprint_name ⇒ ::String
Returns the value of attribute blueprint_name.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def blueprint_name @blueprint_name end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def bundle_id @bundle_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def created_at @created_at end |
#hardware ⇒ Types::InstanceHardware
Returns the value of attribute hardware.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def hardware @hardware end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def ip_address_type @ip_address_type end |
#ipv6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv6_addresses.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def ipv6_addresses @ipv6_addresses end |
#is_static_ip ⇒ Boolean
Returns the value of attribute is_static_ip.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def is_static_ip @is_static_ip end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def location @location end |
#metadata_options ⇒ Types::InstanceMetadataOptions
Returns the value of attribute metadata_options.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def end |
#name ⇒ ::String
Returns the value of attribute name.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def name @name end |
#networking ⇒ Types::InstanceNetworking
Returns the value of attribute networking.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def networking @networking end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def private_ip_address @private_ip_address end |
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def public_ip_address @public_ip_address end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def resource_type @resource_type end |
#ssh_key_name ⇒ ::String
Returns the value of attribute ssh_key_name.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def ssh_key_name @ssh_key_name end |
#state ⇒ Types::InstanceState
Returns the value of attribute state.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def end |
#username ⇒ ::String
Returns the value of attribute username.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def username @username end |