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.
207 208 209 |
# File 'sig/types.rbs', line 207 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
203 204 205 |
# File 'sig/types.rbs', line 203 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
202 203 204 |
# File 'sig/types.rbs', line 202 def name @name end |
#sharing_enabled ⇒ Boolean
Returns the value of attribute sharing_enabled.
204 205 206 |
# File 'sig/types.rbs', line 204 def sharing_enabled @sharing_enabled end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
206 207 208 |
# File 'sig/types.rbs', line 206 def @tags end |