Class: Aws::Athena::Types::GetResourceDashboardRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The The Amazon Resource Name (ARN) for a session.

Returns:

  • (String)


2027
2028
2029
2030
2031
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2027

class GetResourceDashboardRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end