Class: Aws::Types::WorkGroup

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.



1369
1370
1371
# File 'sig/types.rbs', line 1369

def configuration
  @configuration
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def description
  @description
end

#identity_center_application_arn::String

Returns the value of attribute identity_center_application_arn.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def identity_center_application_arn
  @identity_center_application_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def name
  @name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1368
1369
1370
# File 'sig/types.rbs', line 1368

def state
  @state
end