Class: Aws::Types::CreateWorkGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::WorkGroupConfiguration

Returns the value of attribute configuration.



247
248
249
# File 'sig/types.rbs', line 247

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def tags
  @tags
end