Class: Aws::Types::Offering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


1481
1482
1483
# File 'sig/types.rbs', line 1481

def duration_units
  @duration_units
end

#offering_arn::String

Returns the value of attribute offering_arn.

Returns:

  • (::String)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def offering_arn
  @offering_arn
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def offering_description
  @offering_description
end

#price_per_unit::String

Returns the value of attribute price_per_unit.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def price_per_unit
  @price_per_unit
end

#price_units"HOURLY"

Returns the value of attribute price_units.

Returns:

  • ("HOURLY")


1485
1486
1487
# File 'sig/types.rbs', line 1485

def price_units
  @price_units
end

#resource_specificationTypes::ResourceSpecification

Returns the value of attribute resource_specification.



1486
1487
1488
# File 'sig/types.rbs', line 1486

def resource_specification
  @resource_specification
end