Class: Aws::RedshiftServerless::Types::GetCustomDomainAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_certificate_arnString

The custom domain name’s certificate Amazon resource name (ARN).

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1132

class GetCustomDomainAssociationResponse < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_time,
  :custom_domain_name,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_certificate_expiry_timeTime

The expiration time for the certificate.

Returns:

  • (Time)


1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1132

class GetCustomDomainAssociationResponse < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_time,
  :custom_domain_name,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name associated with the workgroup.

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1132

class GetCustomDomainAssociationResponse < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_time,
  :custom_domain_name,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#workgroup_nameString

The name of the workgroup associated with the database.

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
1138
1139
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1132

class GetCustomDomainAssociationResponse < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_time,
  :custom_domain_name,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end