Module: Aws::IoTManagedIntegrations::Client::_GetAccountAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_association_id ⇒ ::String
- #arn ⇒ ::String
- #association_state ⇒ "ASSOCIATION_IN_PROGRESS", ...
- #connector_destination_id ⇒ ::String
- #description ⇒ ::String
- #error_message ⇒ ::String
- #general_authorization ⇒ Types::GeneralAuthorizationName
- #name ⇒ ::String
- #o_auth_authorization_url ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#account_association_id ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def account_association_id: () -> ::String
|
#arn ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def arn: () -> ::String
|
#association_state ⇒ "ASSOCIATION_IN_PROGRESS", ...
425 |
# File 'sig/client.rbs', line 425
def association_state: () -> ("ASSOCIATION_IN_PROGRESS" | "ASSOCIATION_FAILED" | "ASSOCIATION_SUCCEEDED" | "ASSOCIATION_DELETING" | "REFRESH_TOKEN_EXPIRED")
|
#connector_destination_id ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def connector_destination_id: () -> ::String
|
#description ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def description: () -> ::String
|
#error_message ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def error_message: () -> ::String
|
#general_authorization ⇒ Types::GeneralAuthorizationName
433 |
# File 'sig/client.rbs', line 433
def general_authorization: () -> Types::GeneralAuthorizationName
|
#name ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def name: () -> ::String
|
#o_auth_authorization_url ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def o_auth_authorization_url: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
432 |
# File 'sig/client.rbs', line 432
def tags: () -> ::Hash[::String, ::String]
|