Class: Aws::QuickSight::Types::FolderMember

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

Overview

An asset in a Amazon QuickSight folder, such as a dashboard, analysis, or dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The ID of an asset in the folder.

Returns:

  • (String)


15393
15394
15395
15396
15397
15398
# File 'lib/aws-sdk-quicksight/types.rb', line 15393

class FolderMember < Struct.new(
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end

#member_typeString

The type of asset that it is.

Returns:

  • (String)


15393
15394
15395
15396
15397
15398
# File 'lib/aws-sdk-quicksight/types.rb', line 15393

class FolderMember < Struct.new(
  :member_id,
  :member_type)
  SENSITIVE = []
  include Aws::Structure
end