Class: Aws::Types::FixedUpfrontPricingTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def currency_code
  @currency_code
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def price
  @price
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



189
190
191
# File 'sig/types.rbs', line 189

def type
  @type
end