Class: Aws::Types::PurchaseOffering

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)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def count
  @count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def name
  @name
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.



2689
2690
2691
# File 'sig/types.rbs', line 2689

def renewal_settings
  @renewal_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2690
2691
2692
# File 'sig/types.rbs', line 2690

def request_id
  @request_id
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


2691
2692
2693
# File 'sig/types.rbs', line 2691

def start
  @start
end

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

Returns the value of attribute tags.

Returns:

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


2692
2693
2694
# File 'sig/types.rbs', line 2692

def tags
  @tags
end