Class: Aws::RedshiftServerless::Types::GetCustomDomainAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetCustomDomainAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_domain_name ⇒ String
The custom domain name associated with the workgroup.
-
#workgroup_name ⇒ String
The name of the workgroup associated with the database.
Instance Attribute Details
#custom_domain_name ⇒ String
The custom domain name associated with the workgroup.
1119 1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1119 class GetCustomDomainAssociationRequest < Struct.new( :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The name of the workgroup associated with the database.
1119 1120 1121 1122 1123 1124 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1119 class GetCustomDomainAssociationRequest < Struct.new( :custom_domain_name, :workgroup_name) SENSITIVE = [] include Aws::Structure end |