Class: Aws::Types::AthenaParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_account_role_arn::String

Returns the value of attribute consumer_account_role_arn.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def 
  @consumer_account_role_arn
end

#identity_center_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def work_group
  @work_group
end