Class: Aws::Amplify::Types::SubDomainSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::SubDomainSetting
- Includes:
- Structure
- Defined in:
- 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.
2613 2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-amplify/types.rb', line 2613 class SubDomainSetting < Struct.new( :prefix, :branch_name) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix setting for the subdomain.
2613 2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-amplify/types.rb', line 2613 class SubDomainSetting < Struct.new( :prefix, :branch_name) SENSITIVE = [] include Aws::Structure end |