Class: Aws::Types::BillingViewElement
- Inherits:
-
Object
- Object
- Aws::Types::BillingViewElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_view_type ⇒ "PRIMARY", ...
Returns the value of attribute billing_view_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_filter_expression ⇒ Types::Expression
Returns the value of attribute data_filter_expression.
-
#derived_view_count ⇒ ::Integer
Returns the value of attribute derived_view_count.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#health_status ⇒ Types::BillingViewHealthStatus
Returns the value of attribute health_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#source_view_count ⇒ ::Integer
Returns the value of attribute source_view_count.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#view_definition_last_updated_at ⇒ ::Time
Returns the value of attribute view_definition_last_updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def arn @arn end |
#billing_view_type ⇒ "PRIMARY", ...
Returns the value of attribute billing_view_type.
78 79 80 |
# File 'sig/types.rbs', line 78 def billing_view_type @billing_view_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
82 83 84 |
# File 'sig/types.rbs', line 82 def created_at @created_at end |
#data_filter_expression ⇒ Types::Expression
Returns the value of attribute data_filter_expression.
81 82 83 |
# File 'sig/types.rbs', line 81 def data_filter_expression @data_filter_expression end |
#derived_view_count ⇒ ::Integer
Returns the value of attribute derived_view_count.
84 85 86 |
# File 'sig/types.rbs', line 84 def derived_view_count @derived_view_count end |
#description ⇒ ::String
Returns the value of attribute description.
77 78 79 |
# File 'sig/types.rbs', line 77 def description @description end |
#health_status ⇒ Types::BillingViewHealthStatus
Returns the value of attribute health_status.
87 88 89 |
# File 'sig/types.rbs', line 87 def health_status @health_status end |
#name ⇒ ::String
Returns the value of attribute name.
76 77 78 |
# File 'sig/types.rbs', line 76 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def owner_account_id @owner_account_id end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def source_account_id @source_account_id end |
#source_view_count ⇒ ::Integer
Returns the value of attribute source_view_count.
85 86 87 |
# File 'sig/types.rbs', line 85 def source_view_count @source_view_count end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
83 84 85 |
# File 'sig/types.rbs', line 83 def updated_at @updated_at end |
#view_definition_last_updated_at ⇒ ::Time
Returns the value of attribute view_definition_last_updated_at.
86 87 88 |
# File 'sig/types.rbs', line 86 def view_definition_last_updated_at @view_definition_last_updated_at end |