Module: Aws::PartnerCentralAccount::Client::_GetConnectionPreferencesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectionPreferencesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_type ⇒ "ALLOW_ALL", ...
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #excluded_participant_ids ⇒ ::Array[::String]
- #revision ⇒ ::Integer
- #updated_at ⇒ ::Time
Instance Method Details
#access_type ⇒ "ALLOW_ALL", ...
304 |
# File 'sig/client.rbs', line 304
def access_type: () -> ("ALLOW_ALL" | "DENY_ALL" | "ALLOW_BY_DEFAULT_DENY_SOME")
|
#arn ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def arn: () -> ::String
|
#catalog ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def catalog: () -> ::String
|
#excluded_participant_ids ⇒ ::Array[::String]
305 |
# File 'sig/client.rbs', line 305
def excluded_participant_ids: () -> ::Array[::String]
|
#revision ⇒ ::Integer
307 |
# File 'sig/client.rbs', line 307
def revision: () -> ::Integer
|
#updated_at ⇒ ::Time
306 |
# File 'sig/client.rbs', line 306
def updated_at: () -> ::Time
|