Class: Aws::ApiGatewayV2::Types::CustomColors
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CustomColors
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents custom colors for a published portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accent_color ⇒ String
Represents the accent color.
-
#background_color ⇒ String
Represents the background color.
-
#error_validation_color ⇒ String
The errorValidationColor.
-
#header_color ⇒ String
Represents the header color.
-
#navigation_color ⇒ String
Represents the navigation color.
-
#text_color ⇒ String
Represents the text color.
Instance Attribute Details
#accent_color ⇒ String
Represents the accent color.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |
#background_color ⇒ String
Represents the background color.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |
#error_validation_color ⇒ String
The errorValidationColor.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |
#header_color ⇒ String
Represents the header color.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |
#navigation_color ⇒ String
Represents the navigation color.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |
#text_color ⇒ String
Represents the text color.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3522 class CustomColors < Struct.new( :accent_color, :background_color, :error_validation_color, :header_color, :navigation_color, :text_color) SENSITIVE = [] include Aws::Structure end |