Class: Aws::Types::CreateSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSystemRequest
- 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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
196 197 198 |
# File 'sig/types.rbs', line 196 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
195 196 197 |
# File 'sig/types.rbs', line 195 def name @name end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
197 198 199 |
# File 'sig/types.rbs', line 197 def sharing_enabled @sharing_enabled end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
199 200 201 |
# File 'sig/types.rbs', line 199 def @tags end |