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)


738
739
740
# File 'sig/types.rbs', line 738

def 
  @consumer_account_role_arn
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def work_group
  @work_group
end