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", ...
601 |
# File 'sig/client.rbs', line 601
def access_type: () -> ("ALLOW_ALL" | "DENY_ALL" | "ALLOW_BY_DEFAULT_DENY_SOME")
|
#arn ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def arn: () -> ::String
|
#catalog ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def catalog: () -> ::String
|
#excluded_participant_ids ⇒ ::Array[::String]
602 |
# File 'sig/client.rbs', line 602
def excluded_participant_ids: () -> ::Array[::String]
|
#revision ⇒ ::Integer
604 |
# File 'sig/client.rbs', line 604
def revision: () -> ::Integer
|
#updated_at ⇒ ::Time
603 |
# File 'sig/client.rbs', line 603
def updated_at: () -> ::Time
|