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", ...
698 |
# File 'sig/client.rbs', line 698
def access_type: () -> ("ALLOW_ALL" | "DENY_ALL" | "ALLOW_BY_DEFAULT_DENY_SOME")
|
#arn ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def arn: () -> ::String
|
#catalog ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def catalog: () -> ::String
|
#excluded_participant_ids ⇒ ::Array[::String]
699 |
# File 'sig/client.rbs', line 699
def excluded_participant_ids: () -> ::Array[::String]
|
#revision ⇒ ::Integer
701 |
# File 'sig/client.rbs', line 701
def revision: () -> ::Integer
|
#updated_at ⇒ ::Time
700 |
# File 'sig/client.rbs', line 700
def updated_at: () -> ::Time
|