Module: Aws::PartnerCentralAccount::Client::_UpdateConnectionPreferencesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConnectionPreferencesResponse]
- 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", ...
702 |
# File 'sig/client.rbs', line 702
def access_type: () -> ("ALLOW_ALL" | "DENY_ALL" | "ALLOW_BY_DEFAULT_DENY_SOME")
|
#arn ⇒ ::String
701 |
# File 'sig/client.rbs', line 701
def arn: () -> ::String
|
#catalog ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def catalog: () -> ::String
|
#excluded_participant_ids ⇒ ::Array[::String]
703 |
# File 'sig/client.rbs', line 703
def excluded_participant_ids: () -> ::Array[::String]
|
#revision ⇒ ::Integer
705 |
# File 'sig/client.rbs', line 705
def revision: () -> ::Integer
|
#updated_at ⇒ ::Time
704 |
# File 'sig/client.rbs', line 704
def updated_at: () -> ::Time
|