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.
797 798 799 |
# File 'sig/types.rbs', line 797 def consumer_account_role_arn @consumer_account_role_arn end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
798 799 800 |
# File 'sig/types.rbs', line 798 def identity_center_configuration @identity_center_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
796 797 798 |
# File 'sig/types.rbs', line 796 def role_arn @role_arn end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
795 796 797 |
# File 'sig/types.rbs', line 795 def work_group @work_group end |