Class: Aws::Types::SubscriptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deactivated_at ⇒ ::Time
Returns the value of attribute deactivated_at.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
485 486 487 |
# File 'sig/types.rbs', line 485 def activated_at @activated_at end |
#arn ⇒ ::String
Returns the value of attribute arn.
481 482 483 |
# File 'sig/types.rbs', line 481 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
483 484 485 |
# File 'sig/types.rbs', line 483 def created_at @created_at end |
#deactivated_at ⇒ ::Time
Returns the value of attribute deactivated_at.
486 487 488 |
# File 'sig/types.rbs', line 486 def deactivated_at @deactivated_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def domain_id @domain_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
484 485 486 |
# File 'sig/types.rbs', line 484 def last_updated_at @last_updated_at end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
482 483 484 |
# File 'sig/types.rbs', line 482 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def subscription_id @subscription_id end |