Class: Aws::Types::NetPaymentTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def id
  @id
end

#payment_due_period::String

Returns the value of attribute payment_due_period.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def payment_due_period
  @payment_due_period
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



469
470
471
# File 'sig/types.rbs', line 469

def type
  @type
end