Class: Aws::Types::BillingPreferenceForKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def key
  @key
end

#value"ENABLED", "DISABLED"

Returns the value of attribute value.

Returns:

  • ("ENABLED", "DISABLED")


60
61
62
# File 'sig/types.rbs', line 60

def value
  @value
end