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:

  • (::Integer)


2697
2698
2699
# File 'sig/types.rbs', line 2697

def count
  @count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2698
2699
2700
# File 'sig/types.rbs', line 2698

def name
  @name
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


2699
2700
2701
# File 'sig/types.rbs', line 2699

def offering_id
  @offering_id
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.



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

def renewal_settings
  @renewal_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


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

def request_id
  @request_id
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


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

def start
  @start
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end