Class: Aws::Types::ScheduledChange
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_type ⇒ "DOWNGRADE", "CANCELLATION"
Returns the value of attribute change_type.
-
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
-
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
-
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
Instance Attribute Details
#change_type ⇒ "DOWNGRADE", "CANCELLATION"
Returns the value of attribute change_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def change_type @change_type end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
140 141 142 |
# File 'sig/types.rbs', line 140 def effective_date @effective_date end |
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
141 142 143 |
# File 'sig/types.rbs', line 141 def plan_tier @plan_tier end |
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
142 143 144 |
# File 'sig/types.rbs', line 142 def usage_level @usage_level end |