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)


185
186
187
# File 'sig/types.rbs', line 185

def currency_code
  @currency_code
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def duration
  @duration
end

#grants::Array[Types::GrantItem]

Returns the value of attribute grants.

Returns:



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

def grants
  @grants
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def id
  @id
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


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

def price
  @price
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



184
185
186
# File 'sig/types.rbs', line 184

def type
  @type
end