Class: Aws::Redshift::Types::DescribeCustomDomainAssociationsMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_certificate_arnString

The certificate Amazon Resource Name (ARN) for the custom domain association.

Returns:

  • (String)


4496
4497
4498
4499
4500
4501
4502
4503
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4496

class DescribeCustomDomainAssociationsMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name for the custom domain association.

Returns:

  • (String)


4496
4497
4498
4499
4500
4501
4502
4503
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4496

class DescribeCustomDomainAssociationsMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the custom domain association.

Returns:

  • (String)


4496
4497
4498
4499
4500
4501
4502
4503
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4496

class DescribeCustomDomainAssociationsMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum records setting for the associated custom domain.

Returns:

  • (Integer)


4496
4497
4498
4499
4500
4501
4502
4503
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4496

class DescribeCustomDomainAssociationsMessage < Struct.new(
  :custom_domain_name,
  :custom_domain_certificate_arn,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end