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

#count::Integer

Returns the value of attribute count.

Returns:



2701
2702
2703
# File 'sig/types.rbs', line 2701

def count
  @count
end

#name::String

Returns the value of attribute name.

Returns:



2702
2703
2704
# File 'sig/types.rbs', line 2702

def name
  @name
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:



2703
2704
2705
# File 'sig/types.rbs', line 2703

def offering_id
  @offering_id
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.

Returns:



2704
2705
2706
# File 'sig/types.rbs', line 2704

def renewal_settings
  @renewal_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:



2705
2706
2707
# File 'sig/types.rbs', line 2705

def request_id
  @request_id
end

#start::String

Returns the value of attribute start.

Returns:



2706
2707
2708
# File 'sig/types.rbs', line 2706

def start
  @start
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



2707
2708
2709
# File 'sig/types.rbs', line 2707

def tags
  @tags
end