Module: Aws::Uxc::Client::_UpdateAccountCustomizationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccountCustomizationsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_color ⇒ "none", ...
- #visible_regions ⇒ ::Array[::String]
- #visible_services ⇒ ::Array[::String]
Instance Method Details
#account_color ⇒ "none", ...
106 |
# File 'sig/client.rbs', line 106
def account_color: () -> ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
|
#visible_regions ⇒ ::Array[::String]
108 |
# File 'sig/client.rbs', line 108
def visible_regions: () -> ::Array[::String]
|
#visible_services ⇒ ::Array[::String]
107 |
# File 'sig/client.rbs', line 107
def visible_services: () -> ::Array[::String]
|