Class: Aws::Types::UpdateDomainAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def app_id
  @app_id
end

#auto_sub_domain_creation_patterns::Array[::String]

Returns the value of attribute auto_sub_domain_creation_patterns.

Returns:

  • (::Array[::String])


752
753
754
# File 'sig/types.rbs', line 752

def auto_sub_domain_creation_patterns
  @auto_sub_domain_creation_patterns
end

#auto_sub_domain_iam_role::String

Returns the value of attribute auto_sub_domain_iam_role.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def auto_sub_domain_iam_role
  @auto_sub_domain_iam_role
end

#certificate_settingsTypes::CertificateSettings

Returns the value of attribute certificate_settings.



754
755
756
# File 'sig/types.rbs', line 754

def certificate_settings
  @certificate_settings
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def domain_name
  @domain_name
end

#enable_auto_sub_domainBoolean

Returns the value of attribute enable_auto_sub_domain.

Returns:

  • (Boolean)


750
751
752
# File 'sig/types.rbs', line 750

def enable_auto_sub_domain
  @enable_auto_sub_domain
end

#sub_domain_settings::Array[Types::SubDomainSetting]

Returns the value of attribute sub_domain_settings.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def sub_domain_settings
  @sub_domain_settings
end