Class: Aws::Amplify::Types::SubDomainSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::SubDomainSetting
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Describes the settings for the subdomain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The branch name setting for the subdomain.
-
#prefix ⇒ String
The prefix setting for the subdomain.
Instance Attribute Details
#branch_name ⇒ String
The branch name setting for the subdomain.
2624 2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2624 class SubDomainSetting < Struct.new( :prefix, :branch_name) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix setting for the subdomain.
2624 2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2624 class SubDomainSetting < Struct.new( :prefix, :branch_name) SENSITIVE = [] include Aws::Structure end |