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)


463
464
465
# File 'sig/types.rbs', line 463

def id
  @id
end

#payment_due_period::String

Returns the value of attribute payment_due_period.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def payment_due_period
  @payment_due_period
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.



464
465
466
# File 'sig/types.rbs', line 464

def type
  @type
end