Class: Aws::Types::SubscriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
-
#plan_family ⇒ ::String
Returns the value of attribute plan_family.
-
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#scheduled_change ⇒ Types::ScheduledChange
Returns the value of attribute scheduled_change.
-
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
174 175 176 |
# File 'sig/types.rbs', line 174 def created_at @created_at end |
#e_tag ⇒ ::String
Returns the value of attribute e_tag.
176 177 178 |
# File 'sig/types.rbs', line 176 def e_tag @e_tag end |
#plan_family ⇒ ::String
Returns the value of attribute plan_family.
167 168 169 |
# File 'sig/types.rbs', line 167 def plan_family @plan_family end |
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
168 169 170 |
# File 'sig/types.rbs', line 168 def plan_tier @plan_tier end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
173 174 175 |
# File 'sig/types.rbs', line 173 def resource_arns @resource_arns end |
#scheduled_change ⇒ Types::ScheduledChange
Returns the value of attribute scheduled_change.
170 171 172 |
# File 'sig/types.rbs', line 170 def scheduled_change @scheduled_change end |
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
171 172 173 |
# File 'sig/types.rbs', line 171 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
172 173 174 |
# File 'sig/types.rbs', line 172 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
175 176 177 |
# File 'sig/types.rbs', line 175 def updated_at @updated_at end |
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
169 170 171 |
# File 'sig/types.rbs', line 169 def usage_level @usage_level end |