Class: Aws::Types::CreateWorkloadEstimateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkloadEstimateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
Returns the value of attribute rate_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
490 491 492 |
# File 'sig/types.rbs', line 490 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
489 490 491 |
# File 'sig/types.rbs', line 489 def name @name end |
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
Returns the value of attribute rate_type.
491 492 493 |
# File 'sig/types.rbs', line 491 def rate_type @rate_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
492 493 494 |
# File 'sig/types.rbs', line 492 def @tags end |