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)


209
210
211
# File 'sig/types.rbs', line 209

def client_token
  @client_token
end

#outpost_identifier::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def outpost_identifier
  @outpost_identifier
end

#payment_option"ALL_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

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


206
207
208
# File 'sig/types.rbs', line 206

def payment_option
  @payment_option
end

#payment_term"THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

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


207
208
209
# File 'sig/types.rbs', line 207

def payment_term
  @payment_term
end