Class: Aws::Amplify::Types::SubDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::SubDomain
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The subdomain for the domain association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_record ⇒ String
The DNS record for the subdomain.
-
#sub_domain_setting ⇒ Types::SubDomainSetting
Describes the settings for the subdomain.
-
#verified ⇒ Boolean
The verified status of the subdomain.
Instance Attribute Details
#dns_record ⇒ String
The DNS record for the subdomain.
2593 2594 2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2593 class SubDomain < Struct.new( :sub_domain_setting, :verified, :dns_record) SENSITIVE = [] include Aws::Structure end |
#sub_domain_setting ⇒ Types::SubDomainSetting
Describes the settings for the subdomain.
2593 2594 2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2593 class SubDomain < Struct.new( :sub_domain_setting, :verified, :dns_record) SENSITIVE = [] include Aws::Structure end |