Class: Aws::Types::CreateOrganizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOrganizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
-
#enable_interoperability ⇒ Boolean
Returns the value of attribute enable_interoperability.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
172 173 174 |
# File 'sig/types.rbs', line 172 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
173 174 175 |
# File 'sig/types.rbs', line 173 def client_token @client_token end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def directory_id @directory_id end |
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
174 175 176 |
# File 'sig/types.rbs', line 174 def domains @domains end |
#enable_interoperability ⇒ Boolean
Returns the value of attribute enable_interoperability.
176 177 178 |
# File 'sig/types.rbs', line 176 def enable_interoperability @enable_interoperability end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
175 176 177 |
# File 'sig/types.rbs', line 175 def kms_key_arn @kms_key_arn end |