Class: Aws::Types::BillingPreferenceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def 
  @account_name
end

#billing_periodTypes::BillingPeriod

Returns the value of attribute billing_period.



70
71
72
# File 'sig/types.rbs', line 70

def billing_period
  @billing_period
end

#feature"RI_SHARING", ...

Returns the value of attribute feature.

Returns:

  • ("RI_SHARING", "RI_SHARING_HISTORY", "CREDIT_SHARING", "CREDIT_SHARING_HISTORY", "CREDIT_LEVEL_SHARING", "BILLING_ALERTS", "CREDIT_PREFERENCE_OPTIONS")


65
66
67
# File 'sig/types.rbs', line 65

def feature
  @feature
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def key
  @key
end

#value"ENABLED", "DISABLED"

Returns the value of attribute value.

Returns:

  • ("ENABLED", "DISABLED")


67
68
69
# File 'sig/types.rbs', line 67

def value
  @value
end