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

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

Instance Attribute Details

#branch_nameString

The branch name setting for the subdomain.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2529

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

#prefixString

The prefix setting for the subdomain.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2529

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