Class: Aws::Types::PurchaseOfferingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def offering_id
  @offering_id
end

#offering_promotion_id::String

Returns the value of attribute offering_promotion_id.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def offering_promotion_id
  @offering_promotion_id
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def quantity
  @quantity
end