Class: Aws::QuickSight::Types::SpaceQuickSightResource

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

Overview

A QuickSight resource that is associated with a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_details ⇒ Types::SpaceQuickSightResourceDetails

The details of the QuickSight resource.



42889
42890
42891
42892
42893
42894
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42889

class SpaceQuickSightResource < Struct.new(
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ String

The type of the QuickSight resource.

Returns:

  • (String)


42889
42890
42891
42892
42893
42894
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42889

class SpaceQuickSightResource < Struct.new(
  :resource_type,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end