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

#ami_launch_index ⇒ ::Integer

Returns the value of attribute ami_launch_index.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def cpu_options
  @cpu_options
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


172
173
174
# File 'sig/types.rbs', line 172

def updated_at
  @updated_at
end