Module: Aws::PartnerCentralAccount::Client::_GetConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectionResponse]
- 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
264 |
# File 'sig/client.rbs', line 264
def arn: () -> ::String
|
#catalog ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def catalog: () -> ::String
|
#connection_types ⇒ ::Hash[("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY"), Types::ConnectionTypeDetail]
267 |
# File 'sig/client.rbs', line 267
def connection_types: () -> ::Hash[("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY"), Types::ConnectionTypeDetail]
|
#id ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def id: () -> ::String
|
#other_participant_account_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def other_participant_account_id: () -> ::String
|
#updated_at ⇒ ::Time
266 |
# File 'sig/client.rbs', line 266
def updated_at: () -> ::Time
|