You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SubDomainSetting as input to an Aws::Client method, you can use a vanilla Hash:

{
  prefix: "DomainPrefix", # required
  branch_name: "BranchName", # required
}

Describes the settings for the subdomain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The branch name setting for the subdomain.

Returns:

  • (String)

    The branch name setting for the subdomain.

#prefixString

The prefix setting for the subdomain.

Returns:

  • (String)

    The prefix setting for the subdomain.