Class: Aws::Types::CreateWorkerConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkerConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties_file_content ⇒ ::String
Returns the value of attribute properties_file_content.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
171 172 173 |
# File 'sig/types.rbs', line 171 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
172 173 174 |
# File 'sig/types.rbs', line 172 def name @name end |
#properties_file_content ⇒ ::String
Returns the value of attribute properties_file_content.
173 174 175 |
# File 'sig/types.rbs', line 173 def properties_file_content @properties_file_content end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
174 175 176 |
# File 'sig/types.rbs', line 174 def @tags end |