Module: Aws::Uxc::Client::_GetAccountCustomizationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountCustomizationsOutput]
- 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", ...
83 |
# File 'sig/client.rbs', line 83
def account_color: () -> ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
|
#visible_regions ⇒ ::Array[::String]
85 |
# File 'sig/client.rbs', line 85
def visible_regions: () -> ::Array[::String]
|
#visible_services ⇒ ::Array[::String]
84 |
# File 'sig/client.rbs', line 84
def visible_services: () -> ::Array[::String]
|