Class: Aws::Types::UpdateDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#auto_sub_domain_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_sub_domain_creation_patterns.
-
#auto_sub_domain_iam_role ⇒ ::String
Returns the value of attribute auto_sub_domain_iam_role.
-
#certificate_settings ⇒ Types::CertificateSettings
Returns the value of attribute certificate_settings.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#enable_auto_sub_domain ⇒ Boolean
Returns the value of attribute enable_auto_sub_domain.
-
#sub_domain_settings ⇒ ::Array[Types::SubDomainSetting]
Returns the value of attribute sub_domain_settings.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
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.
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.
753 754 755 |
# File 'sig/types.rbs', line 753 def auto_sub_domain_iam_role @auto_sub_domain_iam_role end |
#certificate_settings ⇒ Types::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.
749 750 751 |
# File 'sig/types.rbs', line 749 def domain_name @domain_name end |
#enable_auto_sub_domain ⇒ Boolean
Returns the value of attribute enable_auto_sub_domain.
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.
751 752 753 |
# File 'sig/types.rbs', line 751 def sub_domain_settings @sub_domain_settings end |