Class: Aws::Types::UpdateBillingViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_filter_expression ⇒ Types::Expression
Returns the value of attribute data_filter_expression.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def arn @arn end |
#data_filter_expression ⇒ Types::Expression
Returns the value of attribute data_filter_expression.
534 535 536 |
# File 'sig/types.rbs', line 534 def data_filter_expression @data_filter_expression end |
#description ⇒ ::String
Returns the value of attribute description.
533 534 535 |
# File 'sig/types.rbs', line 533 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
532 533 534 |
# File 'sig/types.rbs', line 532 def name @name end |