Class: Aws::Types::ProvisionedCapacityDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacityDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_id ⇒ ::String
Returns the value of attribute capacity_id.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#capacity_id ⇒ ::String
Returns the value of attribute capacity_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def capacity_id @capacity_id end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
476 477 478 |
# File 'sig/types.rbs', line 476 def expiration_date @expiration_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
475 476 477 |
# File 'sig/types.rbs', line 475 def start_date @start_date end |