Class: Aws::Types::CreateDomainUnitInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainUnitInput
- 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_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_domain_unit_identifier ⇒ ::String
Returns the value of attribute parent_domain_unit_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def name @name end |
#parent_domain_unit_identifier ⇒ ::String
Returns the value of attribute parent_domain_unit_identifier.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def parent_domain_unit_identifier @parent_domain_unit_identifier end |