Class: Aws::Types::CreateWorkerConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:properties_file_content])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


174
175
176
# File 'sig/types.rbs', line 174

def tags
  @tags
end