Class: Aws::Types::UpdateBillEstimateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillEstimateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
886 887 888 |
# File 'sig/types.rbs', line 886 def expires_at @expires_at end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
884 885 886 |
# File 'sig/types.rbs', line 884 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
885 886 887 |
# File 'sig/types.rbs', line 885 def name @name end |