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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_detailsTypes::SpaceQuickSightResourceDetails

The details of the QuickSight resource.



38463
38464
38465
38466
38467
38468
# File 'lib/aws-sdk-quicksight/types.rb', line 38463

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

#resource_typeString

The type of the QuickSight resource.

Returns:

  • (String)


38463
38464
38465
38466
38467
38468
# File 'lib/aws-sdk-quicksight/types.rb', line 38463

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