Class: Aws::Types::CreditData
- Inherits:
-
Object
- Object
- Aws::Types::CreditData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_has_credit_sharing_enabled ⇒ Boolean
Returns the value of attribute account_has_credit_sharing_enabled.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#applicable_product_names ⇒ ::Array[::String]
Returns the value of attribute applicable_product_names.
-
#application_type ⇒ "BEFORE_CROSS_SERVICE_DISCOUNTS", "AFTER_DISCOUNTS"
Returns the value of attribute application_type.
-
#cost_category_arn ⇒ ::String
Returns the value of attribute cost_category_arn.
-
#credit_console_visibility ⇒ ::String
Returns the value of attribute credit_console_visibility.
-
#credit_id ⇒ ::String
Returns the value of attribute credit_id.
-
#credit_sharing_type ⇒ "DEFAULT", ...
Returns the value of attribute credit_sharing_type.
-
#credit_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute credit_status.
-
#credit_type ⇒ ::String
Returns the value of attribute credit_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#estimated_amount ⇒ Types::Amount
Returns the value of attribute estimated_amount.
-
#exhaust_date ⇒ ::Time
Returns the value of attribute exhaust_date.
-
#initial_amount ⇒ Types::Amount
Returns the value of attribute initial_amount.
-
#purchase_type_applications ⇒ ::Array[::String]
Returns the value of attribute purchase_type_applications.
-
#remaining_amount ⇒ Types::Amount
Returns the value of attribute remaining_amount.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#shareable_accounts ⇒ ::Array[::String]
Returns the value of attribute shareable_accounts.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#account_has_credit_sharing_enabled ⇒ Boolean
Returns the value of attribute account_has_credit_sharing_enabled.
179 180 181 |
# File 'sig/types.rbs', line 179 def account_has_credit_sharing_enabled @account_has_credit_sharing_enabled end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def account_id @account_id end |
#applicable_product_names ⇒ ::Array[::String]
Returns the value of attribute applicable_product_names.
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.
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.
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.
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.
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.
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.
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.
168 169 170 |
# File 'sig/types.rbs', line 168 def credit_type @credit_type end |
#description ⇒ ::String
Returns the value of attribute description.
173 174 175 |
# File 'sig/types.rbs', line 173 def description @description end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
175 176 177 |
# File 'sig/types.rbs', line 175 def end_date @end_date end |
#estimated_amount ⇒ Types::Amount
Returns the value of attribute estimated_amount.
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.
176 177 178 |
# File 'sig/types.rbs', line 176 def exhaust_date @exhaust_date end |
#initial_amount ⇒ Types::Amount
Returns the value of attribute initial_amount.
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.
185 186 187 |
# File 'sig/types.rbs', line 185 def purchase_type_applications @purchase_type_applications end |
#remaining_amount ⇒ Types::Amount
Returns the value of attribute remaining_amount.
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.
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.
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.
174 175 176 |
# File 'sig/types.rbs', line 174 def start_date @start_date end |