Class: Aws::Types::CreateAppInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
154 155 156 |
# File 'sig/types.rbs', line 154 def client_request_token @client_request_token end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
153 154 155 |
# File 'sig/types.rbs', line 153 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
152 153 154 |
# File 'sig/types.rbs', line 152 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
155 156 157 |
# File 'sig/types.rbs', line 155 def @tags end |