Module: Aws::PartnerCentralAccount::Client::_CancelConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #connection_types ⇒ ::Hash[("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY"), Types::ConnectionTypeDetail]
- #id ⇒ ::String
- #other_participant_account_id ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def arn: () -> ::String
|
#catalog ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def catalog: () -> ::String
|
#connection_types ⇒ ::Hash[("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY"), Types::ConnectionTypeDetail]
114 |
# File 'sig/client.rbs', line 114
def connection_types: () -> ::Hash[("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY"), Types::ConnectionTypeDetail]
|
#id ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def id: () -> ::String
|
#other_participant_account_id ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def other_participant_account_id: () -> ::String
|
#updated_at ⇒ ::Time
113 |
# File 'sig/client.rbs', line 113
def updated_at: () -> ::Time
|