Class: Aws::Types::Offering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def id
  @id
end

#platform"ANDROID", "IOS"

Returns the value of attribute platform.

Returns:

  • ("ANDROID", "IOS")


998
999
1000
# File 'sig/types.rbs', line 998

def platform
  @platform
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def recurring_charges
  @recurring_charges
end

#type"RECURRING"

Returns the value of attribute type.

Returns:

  • ("RECURRING")


997
998
999
# File 'sig/types.rbs', line 997

def type
  @type
end