Class: Aws::Types::ConsumptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#borrow_configurationTypes::BorrowConfiguration

Returns the value of attribute borrow_configuration.



124
125
126
# File 'sig/types.rbs', line 124

def borrow_configuration
  @borrow_configuration
end

#provisional_configurationTypes::ProvisionalConfiguration

Returns the value of attribute provisional_configuration.



123
124
125
# File 'sig/types.rbs', line 123

def provisional_configuration
  @provisional_configuration
end

#renew_type"None", ...

Returns the value of attribute renew_type.

Returns:

  • ("None", "Weekly", "Monthly")


122
123
124
# File 'sig/types.rbs', line 122

def renew_type
  @renew_type
end