Module: Aws::ConnectHealth::Client::_CreateSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSubscriptionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activated_at ⇒ ::Time
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #deactivated_at ⇒ ::Time
- #domain_id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #status ⇒ "ACTIVE", ...
- #subscription_id ⇒ ::String
Instance Method Details
#activated_at ⇒ ::Time
128 |
# File 'sig/client.rbs', line 128
def activated_at: () -> ::Time
|
#arn ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def arn: () -> ::String
|
#created_at ⇒ ::Time
126 |
# File 'sig/client.rbs', line 126
def created_at: () -> ::Time
|
#deactivated_at ⇒ ::Time
129 |
# File 'sig/client.rbs', line 129
def deactivated_at: () -> ::Time
|
#domain_id ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def domain_id: () -> ::String
|
#last_updated_at ⇒ ::Time
127 |
# File 'sig/client.rbs', line 127
def last_updated_at: () -> ::Time
|
#status ⇒ "ACTIVE", ...
125 |
# File 'sig/client.rbs', line 125
def status: () -> ("ACTIVE" | "INACTIVE" | "DELETED")
|
#subscription_id ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def subscription_id: () -> ::String
|