Module: Aws::CloudWatchEvents::Client::_DescribeConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_parameters ⇒ Types::ConnectionAuthResponseParameters
- #authorization_type ⇒ "BASIC", ...
- #connection_arn ⇒ ::String
- #connection_state ⇒ "CREATING", ...
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_authorized_time ⇒ ::Time
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #secret_arn ⇒ ::String
- #state_reason ⇒ ::String
Instance Method Details
#auth_parameters ⇒ Types::ConnectionAuthResponseParameters
319 |
# File 'sig/client.rbs', line 319
def auth_parameters: () -> Types::ConnectionAuthResponseParameters
|
#authorization_type ⇒ "BASIC", ...
317 |
# File 'sig/client.rbs', line 317
def authorization_type: () -> ("BASIC" | "OAUTH_CLIENT_CREDENTIALS" | "API_KEY")
|
#connection_arn ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
315 |
# File 'sig/client.rbs', line 315
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING")
|
#creation_time ⇒ ::Time
320 |
# File 'sig/client.rbs', line 320
def creation_time: () -> ::Time
|
#description ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def description: () -> ::String
|
#last_authorized_time ⇒ ::Time
322 |
# File 'sig/client.rbs', line 322
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
321 |
# File 'sig/client.rbs', line 321
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def name: () -> ::String
|
#secret_arn ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def secret_arn: () -> ::String
|
#state_reason ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def state_reason: () -> ::String
|