Class: Aws::Types::CreditData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_has_credit_sharing_enabledBoolean

Returns the value of attribute account_has_credit_sharing_enabled.

Returns:

  • (Boolean)


179
180
181
# File 'sig/types.rbs', line 179

def 
  @account_has_credit_sharing_enabled
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def 
  @account_id
end

#applicable_product_names::Array[::String]

Returns the value of attribute applicable_product_names.

Returns:

  • (::Array[::String])


172
173
174
# File 'sig/types.rbs', line 172

def applicable_product_names
  @applicable_product_names
end

#application_type"BEFORE_CROSS_SERVICE_DISCOUNTS", "AFTER_DISCOUNTS"

Returns the value of attribute application_type.

Returns:

  • ("BEFORE_CROSS_SERVICE_DISCOUNTS", "AFTER_DISCOUNTS")


177
178
179
# File 'sig/types.rbs', line 177

def application_type
  @application_type
end

#cost_category_arn::String

Returns the value of attribute cost_category_arn.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def cost_category_arn
  @cost_category_arn
end

#credit_console_visibility::String

Returns the value of attribute credit_console_visibility.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def credit_console_visibility
  @credit_console_visibility
end

#credit_id::String

Returns the value of attribute credit_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def credit_id
  @credit_id
end

#credit_sharing_type"DEFAULT", ...

Returns the value of attribute credit_sharing_type.

Returns:

  • ("DEFAULT", "DISABLED", "CUSTOM", "COST_CATEGORY_RULE")


181
182
183
# File 'sig/types.rbs', line 181

def credit_sharing_type
  @credit_sharing_type
end

#credit_status"ENABLED", "DISABLED"

Returns the value of attribute credit_status.

Returns:

  • ("ENABLED", "DISABLED")


184
185
186
# File 'sig/types.rbs', line 184

def credit_status
  @credit_status
end

#credit_type::String

Returns the value of attribute credit_type.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def credit_type
  @credit_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def description
  @description
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def end_date
  @end_date
end

#estimated_amountTypes::Amount

Returns the value of attribute estimated_amount.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def estimated_amount
  @estimated_amount
end

#exhaust_date::Time

Returns the value of attribute exhaust_date.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def exhaust_date
  @exhaust_date
end

#initial_amountTypes::Amount

Returns the value of attribute initial_amount.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def initial_amount
  @initial_amount
end

#purchase_type_applications::Array[::String]

Returns the value of attribute purchase_type_applications.

Returns:

  • (::Array[::String])


185
186
187
# File 'sig/types.rbs', line 185

def purchase_type_applications
  @purchase_type_applications
end

#remaining_amountTypes::Amount

Returns the value of attribute remaining_amount.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def remaining_amount
  @remaining_amount
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def rule_name
  @rule_name
end

#shareable_accounts::Array[::String]

Returns the value of attribute shareable_accounts.

Returns:

  • (::Array[::String])


178
179
180
# File 'sig/types.rbs', line 178

def shareable_accounts
  @shareable_accounts
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def start_date
  @start_date
end