Class: Aws::Types::UpdateDomainUnitInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainUnitInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6507 6508 6509 |
# File 'sig/types.rbs', line 6507 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6506 6507 6508 |
# File 'sig/types.rbs', line 6506 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6508 6509 6510 |
# File 'sig/types.rbs', line 6508 def name @name end |