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)


409
410
411
# File 'sig/types.rbs', line 409

def currency_code
  @currency_code
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def price
  @price
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def type
  @type
end