Class: Aws::Types::CreateBillEstimateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillEstimateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_scenario_id ⇒ ::String
Returns the value of attribute bill_scenario_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#bill_scenario_id ⇒ ::String
Returns the value of attribute bill_scenario_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def bill_scenario_id @bill_scenario_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
446 447 448 |
# File 'sig/types.rbs', line 446 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
445 446 447 |
# File 'sig/types.rbs', line 445 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
447 448 449 |
# File 'sig/types.rbs', line 447 def @tags end |