Class: Aws::Types::UpdateDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6488 6489 6490 |
# File 'sig/types.rbs', line 6488 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
6483 6484 6485 |
# File 'sig/types.rbs', line 6483 def description @description end |
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
6485 6486 6487 |
# File 'sig/types.rbs', line 6485 def domain_execution_role @domain_execution_role end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6482 6483 6484 |
# File 'sig/types.rbs', line 6482 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6487 6488 6489 |
# File 'sig/types.rbs', line 6487 def name @name end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
6486 6487 6488 |
# File 'sig/types.rbs', line 6486 def service_role @service_role end |
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
6484 6485 6486 |
# File 'sig/types.rbs', line 6484 def single_sign_on @single_sign_on end |