Class: Aws::Types::CreateDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainAssociationRequest
- 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.
225 226 227 |
# File 'sig/types.rbs', line 225 def app_id @app_id end |
#auto_sub_domain_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_sub_domain_creation_patterns.
229 230 231 |
# File 'sig/types.rbs', line 229 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.
230 231 232 |
# File 'sig/types.rbs', line 230 def auto_sub_domain_iam_role @auto_sub_domain_iam_role end |
#certificate_settings ⇒ Types::CertificateSettings
Returns the value of attribute certificate_settings.
231 232 233 |
# File 'sig/types.rbs', line 231 def certificate_settings @certificate_settings end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def domain_name @domain_name end |
#enable_auto_sub_domain ⇒ Boolean
Returns the value of attribute enable_auto_sub_domain.
227 228 229 |
# File 'sig/types.rbs', line 227 def enable_auto_sub_domain @enable_auto_sub_domain end |
#sub_domain_settings ⇒ ::Array[Types::SubDomainSetting]
Returns the value of attribute sub_domain_settings.
228 229 230 |
# File 'sig/types.rbs', line 228 def sub_domain_settings @sub_domain_settings end |