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_arn::String

Returns the value of attribute offering_arn.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def offering_arn
  @offering_arn
end

#reservation_name::String

Returns the value of attribute reservation_name.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def reservation_name
  @reservation_name
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def start
  @start
end