Module: Aws::EventBridge::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
- #invocation_connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
- #kms_key_identifier ⇒ ::String
- #last_authorized_time ⇒ ::Time
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #secret_arn ⇒ ::String
- #state_reason ⇒ ::String
Instance Method Details
#auth_parameters ⇒ Types::ConnectionAuthResponseParameters
383 |
# File 'sig/client.rbs', line 383
def auth_parameters: () -> Types::ConnectionAuthResponseParameters
|
#authorization_type ⇒ "BASIC", ...
380 |
# File 'sig/client.rbs', line 380
def authorization_type: () -> ("BASIC" | "OAUTH_CLIENT_CREDENTIALS" | "API_KEY")
|
#connection_arn ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
378 |
# File 'sig/client.rbs', line 378
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")
|
#creation_time ⇒ ::Time
384 |
# File 'sig/client.rbs', line 384
def creation_time: () -> ::Time
|
#description ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def description: () -> ::String
|
#invocation_connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
377 |
# File 'sig/client.rbs', line 377
def invocation_connectivity_parameters: () -> Types::DescribeConnectionConnectivityParameters
|
#kms_key_identifier ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def kms_key_identifier: () -> ::String
|
#last_authorized_time ⇒ ::Time
386 |
# File 'sig/client.rbs', line 386
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
385 |
# File 'sig/client.rbs', line 385
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def name: () -> ::String
|
#secret_arn ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def secret_arn: () -> ::String
|
#state_reason ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def state_reason: () -> ::String
|