Class: Aws::Types::OfferingTransaction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#costTypes::MonetaryAmount

Returns the value of attribute cost.



1022
1023
1024
# File 'sig/types.rbs', line 1022

def cost
  @cost
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def created_on
  @created_on
end

#offering_promotion_id::String

Returns the value of attribute offering_promotion_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def offering_promotion_id
  @offering_promotion_id
end

#offering_statusTypes::OfferingStatus

Returns the value of attribute offering_status.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def offering_status
  @offering_status
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def transaction_id
  @transaction_id
end