Class: Aws::Types::UpdateDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#root_domain_unit_id ⇒ ::String
Returns the value of attribute root_domain_unit_id.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
6495 6496 6497 |
# File 'sig/types.rbs', line 6495 def description @description end |
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
6497 6498 6499 |
# File 'sig/types.rbs', line 6497 def domain_execution_role @domain_execution_role end |
#id ⇒ ::String
Returns the value of attribute id.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def name @name end |
#root_domain_unit_id ⇒ ::String
Returns the value of attribute root_domain_unit_id.
6494 6495 6496 |
# File 'sig/types.rbs', line 6494 def root_domain_unit_id @root_domain_unit_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
6498 6499 6500 |
# File 'sig/types.rbs', line 6498 def service_role @service_role end |
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
6496 6497 6498 |
# File 'sig/types.rbs', line 6496 def single_sign_on @single_sign_on end |