Class: Aws::Types::AwsAthenaWorkGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAthenaWorkGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AwsAthenaWorkGroupConfigurationDetails
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#configuration ⇒ Types::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.
571 572 573 |
# File 'sig/types.rbs', line 571 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
570 571 572 |
# File 'sig/types.rbs', line 570 def name @name end |
#state ⇒ ::String
Returns the value of attribute state.
572 573 574 |
# File 'sig/types.rbs', line 572 def state @state end |