Class: Aws::Types::SavingsPlansCoverage
- Inherits:
-
Object
- Object
- Aws::Types::SavingsPlansCoverage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#coverage ⇒ Types::SavingsPlansCoverageData
Returns the value of attribute coverage.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def attributes @attributes end |
#coverage ⇒ Types::SavingsPlansCoverageData
Returns the value of attribute coverage.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def coverage @coverage end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def time_period @time_period end |