Class: Aws::Types::CreateSubscriptionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionOutput
- 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.
89 90 91 |
# File 'sig/types.rbs', line 89 def activated_at @activated_at end |
#arn ⇒ ::String
Returns the value of attribute arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
87 88 89 |
# File 'sig/types.rbs', line 87 def created_at @created_at end |
#deactivated_at ⇒ ::Time
Returns the value of attribute deactivated_at.
90 91 92 |
# File 'sig/types.rbs', line 90 def deactivated_at @deactivated_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def domain_id @domain_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
88 89 90 |
# File 'sig/types.rbs', line 88 def last_updated_at @last_updated_at end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
86 87 88 |
# File 'sig/types.rbs', line 86 def status @status end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def subscription_id @subscription_id end |