Class: Aws::QuickSight::Types::FolderMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FolderMember
- Defined in:
- gems/aws-sdk-quicksight/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
-
#member_id ⇒ String
The ID of an asset in the folder.
-
#member_type ⇒ String
The type of asset that it is.
Instance Attribute Details
#member_id ⇒ String
The ID of an asset in the folder.
15517 15518 15519 15520 15521 15522 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15517 class FolderMember < Struct.new( :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
The type of asset that it is.
15517 15518 15519 15520 15521 15522 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15517 class FolderMember < Struct.new( :member_id, :member_type) SENSITIVE = [] include Aws::Structure end |