Class: Aws::Types::AthenaParameters
- Inherits:
-
Object
- Object
- Aws::Types::AthenaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_account_role_arn ⇒ ::String
Returns the value of attribute consumer_account_role_arn.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#consumer_account_role_arn ⇒ ::String
Returns the value of attribute consumer_account_role_arn.
738 739 740 |
# File 'sig/types.rbs', line 738 def consumer_account_role_arn @consumer_account_role_arn end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
739 740 741 |
# File 'sig/types.rbs', line 739 def identity_center_configuration @identity_center_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def role_arn @role_arn end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
736 737 738 |
# File 'sig/types.rbs', line 736 def work_group @work_group end |