Class: Aws::Types::DescribeOfferingResponse

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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def arn
  @arn
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


1079
1080
1081
# File 'sig/types.rbs', line 1079

def duration_units
  @duration_units
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def fixed_price
  @fixed_price
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def offering_description
  @offering_description
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def offering_id
  @offering_id
end

#offering_type"NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("NO_UPFRONT")


1083
1084
1085
# File 'sig/types.rbs', line 1083

def offering_type
  @offering_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def region
  @region
end

#resource_specificationTypes::ReservationResourceSpecification

Returns the value of attribute resource_specification.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def resource_specification
  @resource_specification
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def usage_price
  @usage_price
end