Class: Aws::Types::CreateInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
226 227 228 |
# File 'sig/types.rbs', line 226 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
225 226 227 |
# File 'sig/types.rbs', line 225 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |