Class: Aws::Types::CreateRenewalInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def client_token
  @client_token
end

#outpost_identifier::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def outpost_identifier
  @outpost_identifier
end

#payment_option"ALL_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

  • ("ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT")


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

def payment_option
  @payment_option
end

#payment_term"THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

  • ("THREE_YEARS", "ONE_YEAR", "FIVE_YEARS")


195
196
197
# File 'sig/types.rbs', line 195

def payment_term
  @payment_term
end