Class: Aws::Types::Instance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_ons::Array[Types::AddOn]

Returns the value of attribute add_ons.

Returns:



2147
2148
2149
# File 'sig/types.rbs', line 2147

def add_ons
  @add_ons
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def arn
  @arn
end

#blueprint_id::String

Returns the value of attribute blueprint_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def created_at
  @created_at
end

#hardwareTypes::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.

Returns:

  • ("dualstack", "ipv4", "ipv6")


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.

Returns:

  • (::Array[::String])


2151
2152
2153
# File 'sig/types.rbs', line 2151

def ipv6_addresses
  @ipv6_addresses
end

#is_static_ipBoolean

Returns the value of attribute is_static_ip.

Returns:

  • (Boolean)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def is_static_ip
  @is_static_ip
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2141
2142
2143
# File 'sig/types.rbs', line 2141

def location
  @location
end

#metadata_optionsTypes::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.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def name
  @name
end

#networkingTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def ssh_key_name
  @ssh_key_name
end

#stateTypes::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.

Returns:

  • (::String)


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.

Returns:



2143
2144
2145
# File 'sig/types.rbs', line 2143

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def username
  @username
end