Class: Aws::Types::EC2InstanceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def availability_zone
  @availability_zone
end

#current_generationBoolean

Returns the value of attribute current_generation.

Returns:

  • (Boolean)


408
409
410
# File 'sig/types.rbs', line 408

def current_generation
  @current_generation
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def family
  @family
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def instance_type
  @instance_type
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def platform
  @platform
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def region
  @region
end

#size_flex_eligibleBoolean

Returns the value of attribute size_flex_eligible.

Returns:

  • (Boolean)


409
410
411
# File 'sig/types.rbs', line 409

def size_flex_eligible
  @size_flex_eligible
end

#tenancy::String

Returns the value of attribute tenancy.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def tenancy
  @tenancy
end