Class: Aws::Uxc::Types::UpdateAccountCustomizationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::UpdateAccountCustomizationsInput
- 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 account color preference to set.
-
#visible_regions ⇒ Array<String>
The list of Amazon Web Services Region codes to make visible in the Amazon Web Services Management Console.
-
#visible_services ⇒ Array<String>
The list of Amazon Web Services service identifiers to make visible in the Amazon Web Services Management Console.
Instance Attribute Details
#account_color ⇒ String
The account color preference to set. Set to none to reset to the
default (no color).
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 172 class UpdateAccountCustomizationsInput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |
#visible_regions ⇒ Array<String>
The list of Amazon Web Services Region codes to make visible in the
Amazon Web Services Management Console. Set to null to reset to
the default, which makes all Regions visible. For a list of valid
Region codes, see Amazon Web Services Regions.
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 172 class UpdateAccountCustomizationsInput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |
#visible_services ⇒ Array<String>
The list of Amazon Web Services service identifiers to make visible
in the Amazon Web Services Management Console. Set to null to
reset to the default, which makes all services visible. For valid
service identifiers, call ListServices.
172 173 174 175 176 177 178 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 172 class UpdateAccountCustomizationsInput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |