Class: Aws::Types::AwsEc2InstanceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_instance_profile_arn::String

Returns the value of attribute iam_instance_profile_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def iam_instance_profile_arn
  @iam_instance_profile_arn
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def image_id
  @image_id
end

#ip_v4_addresses::Array[::String]

Returns the value of attribute ip_v4_addresses.

Returns:

  • (::Array[::String])


214
215
216
# File 'sig/types.rbs', line 214

def ip_v4_addresses
  @ip_v4_addresses
end

#ip_v6_addresses::Array[::String]

Returns the value of attribute ip_v6_addresses.

Returns:

  • (::Array[::String])


215
216
217
# File 'sig/types.rbs', line 215

def ip_v6_addresses
  @ip_v6_addresses
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def key_name
  @key_name
end

#launched_at::Time

Returns the value of attribute launched_at.

Returns:

  • (::Time)


220
221
222
# File 'sig/types.rbs', line 220

def launched_at
  @launched_at
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def platform
  @platform
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def subnet_id
  @subnet_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def type
  @type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def vpc_id
  @vpc_id
end