Class: Aws::Types::AwsAthenaWorkGroupDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::AwsAthenaWorkGroupConfigurationDetails

Returns the value of attribute configuration.



573
574
575
# File 'sig/types.rbs', line 573

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def name
  @name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def state
  @state
end