Class: Aws::Amplify::Types::SubDomainSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#branch_nameString

The branch name setting for the subdomain.

Returns:

  • (String)


2508
2509
2510
2511
2512
2513
# File 'lib/aws-sdk-amplify/types.rb', line 2508

class SubDomainSetting < Struct.new(
  :prefix,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix setting for the subdomain.

Returns:

  • (String)


2508
2509
2510
2511
2512
2513
# File 'lib/aws-sdk-amplify/types.rb', line 2508

class SubDomainSetting < Struct.new(
  :prefix,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end