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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def arn
  @arn
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


2567
2568
2569
# File 'sig/types.rbs', line 2567

def duration_units
  @duration_units
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def fixed_price
  @fixed_price
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def offering_description
  @offering_description
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def offering_id
  @offering_id
end

#offering_type"NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("NO_UPFRONT")


2571
2572
2573
# File 'sig/types.rbs', line 2571

def offering_type
  @offering_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def region
  @region
end

#resource_specificationTypes::ReservationResourceSpecification

Returns the value of attribute resource_specification.



2573
2574
2575
# File 'sig/types.rbs', line 2573

def resource_specification
  @resource_specification
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def usage_price
  @usage_price
end