Class: Aws::Uxc::Types::GetAccountCustomizationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::GetAccountCustomizationsOutput
- 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.
-
#visible_regions ⇒ Array<String>
The list of Amazon Web Services Region codes that are visible to the account in the Amazon Web Services Management Console.
-
#visible_services ⇒ Array<String>
The list of Amazon Web Services service identifiers that are visible to the account in the Amazon Web Services Management Console.
Instance Attribute Details
#account_color ⇒ String
The account color preference. A value of none indicates that you
have not set a color.
71 72 73 74 75 76 77 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 71 class GetAccountCustomizationsOutput < 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 that are visible to the
account in the Amazon Web Services Management Console. A value of
null indicates that you have not configured this feature and all
Regions are visible. For a list of valid Region codes, see Amazon
Web Services Regions.
71 72 73 74 75 76 77 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 71 class GetAccountCustomizationsOutput < 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 that are visible
to the account in the Amazon Web Services Management Console. A
value of null indicates that you have not configured this feature
and all services are visible. For valid service identifiers, call
ListServices.
71 72 73 74 75 76 77 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 71 class GetAccountCustomizationsOutput < Struct.new( :account_color, :visible_services, :visible_regions) SENSITIVE = [] include Aws::Structure end |