Module: Aws::IoTManagedIntegrations::Client::_CreateAccountAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccountAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_association_id ⇒ ::String
- #arn ⇒ ::String
- #association_state ⇒ "ASSOCIATION_IN_PROGRESS", ...
- #o_auth_authorization_url ⇒ ::String
Instance Method Details
#account_association_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def account_association_id: () -> ::String
|
#arn ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def arn: () -> ::String
|
#association_state ⇒ "ASSOCIATION_IN_PROGRESS", ...
85 |
# File 'sig/client.rbs', line 85
def association_state: () -> ("ASSOCIATION_IN_PROGRESS" | "ASSOCIATION_FAILED" | "ASSOCIATION_SUCCEEDED" | "ASSOCIATION_DELETING" | "REFRESH_TOKEN_EXPIRED")
|
#o_auth_authorization_url ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def o_auth_authorization_url: () -> ::String
|