Class: Aws::Types::CreateBillingViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillingViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#source_views ⇒ ::Array[::String]
Returns the value of attribute source_views.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
143 144 145 |
# File 'sig/types.rbs', line 143 def client_token @client_token end |
#data_filter_expression ⇒ Types::Expression
Returns the value of attribute data_filter_expression.
142 143 144 |
# File 'sig/types.rbs', line 142 def data_filter_expression @data_filter_expression end |
#description ⇒ ::String
Returns the value of attribute description.
140 141 142 |
# File 'sig/types.rbs', line 140 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
139 140 141 |
# File 'sig/types.rbs', line 139 def name @name end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
144 145 146 |
# File 'sig/types.rbs', line 144 def @resource_tags end |
#source_views ⇒ ::Array[::String]
Returns the value of attribute source_views.
141 142 143 |
# File 'sig/types.rbs', line 141 def source_views @source_views end |