Class: Aws::Redshift::Types::DescribeCustomDomainAssociationsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeCustomDomainAssociationsMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_domain_certificate_arn ⇒ String
The certificate Amazon Resource Name (ARN) for the custom domain association.
-
#custom_domain_name ⇒ String
The custom domain name for the custom domain association.
-
#marker ⇒ String
The marker for the custom domain association.
-
#max_records ⇒ Integer
The maximum records setting for the associated custom domain.
Instance Attribute Details
#custom_domain_certificate_arn ⇒ String
The certificate Amazon Resource Name (ARN) for the custom domain association.
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_name ⇒ String
The custom domain name for the custom domain association.
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 |
#marker ⇒ String
The marker for the custom domain association.
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_records ⇒ Integer
The maximum records setting for the associated custom domain.
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 |