Class: Aws::Types::CreateServiceInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceInstanceInput
- 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.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
262 263 264 |
# File 'sig/types.rbs', line 262 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
263 264 265 |
# File 'sig/types.rbs', line 263 def name @name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
264 265 266 |
# File 'sig/types.rbs', line 264 def service_name @service_name end |
#spec ⇒ ::String
Returns the value of attribute spec.
265 266 267 |
# File 'sig/types.rbs', line 265 def spec @spec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
266 267 268 |
# File 'sig/types.rbs', line 266 def end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
267 268 269 |
# File 'sig/types.rbs', line 267 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
268 269 270 |
# File 'sig/types.rbs', line 268 def template_minor_version @template_minor_version end |