Class: Aws::Types::GetAccountCustomizationsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_color"none", ...

Returns the value of attribute account_color.

Returns:

  • ("none", "pink", "purple", "darkBlue", "lightBlue", "teal", "green", "yellow", "orange", "red")


20
21
22
# File 'sig/types.rbs', line 20

def 
  @account_color
end

#visible_regions::Array[::String]

Returns the value of attribute visible_regions.

Returns:

  • (::Array[::String])


22
23
24
# File 'sig/types.rbs', line 22

def visible_regions
  @visible_regions
end

#visible_services::Array[::String]

Returns the value of attribute visible_services.

Returns:

  • (::Array[::String])


21
22
23
# File 'sig/types.rbs', line 21

def visible_services
  @visible_services
end