Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- 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.
-
#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.
152 153 154 |
# File 'sig/types.rbs', line 152 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
160 161 162 |
# File 'sig/types.rbs', line 160 def created_at @created_at end |
#plan_family ⇒ ::String
Returns the value of attribute plan_family.
153 154 155 |
# File 'sig/types.rbs', line 153 def plan_family @plan_family end |
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
154 155 156 |
# File 'sig/types.rbs', line 154 def plan_tier @plan_tier end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
159 160 161 |
# File 'sig/types.rbs', line 159 def resource_arns @resource_arns end |
#scheduled_change ⇒ Types::ScheduledChange
Returns the value of attribute scheduled_change.
156 157 158 |
# File 'sig/types.rbs', line 156 def scheduled_change @scheduled_change end |
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
157 158 159 |
# File 'sig/types.rbs', line 157 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
158 159 160 |
# File 'sig/types.rbs', line 158 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
161 162 163 |
# File 'sig/types.rbs', line 161 def updated_at @updated_at end |
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
155 156 157 |
# File 'sig/types.rbs', line 155 def usage_level @usage_level end |