Class: Aws::Uxc::Types::UpdateAccountCustomizationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::UpdateAccountCustomizationsOutput
- Defined in:
- gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_color ⇒ String
The current account color preference after the update.
-
#visible_regions ⇒ Array<String>
The current list of visible Region codes after the update.
-
#visible_services ⇒ Array<String>
The current list of visible service identifiers after the update.
Instance Attribute Details
#account_color ⇒ String
The current account color preference after the update.
194 195 196 197 198 199 200 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 194 class UpdateAccountCustomizationsOutput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |
#visible_regions ⇒ Array<String>
The current list of visible Region codes after the update.
194 195 196 197 198 199 200 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 194 class UpdateAccountCustomizationsOutput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |
#visible_services ⇒ Array<String>
The current list of visible service identifiers after the update.
194 195 196 197 198 199 200 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 194 class UpdateAccountCustomizationsOutput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |