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)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4429

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)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4429

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