Class: Aws::QuickSight::Types::FolderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FolderSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A summary of information about an existing Amazon QuickSight folder.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the folder.
-
#created_time ⇒ Time
The time that the folder was created.
-
#folder_id ⇒ String
The ID of the folder.
-
#folder_type ⇒ String
The type of folder.
-
#last_updated_time ⇒ Time
The time that the folder was last updated.
-
#name ⇒ String
The display name of the folder.
-
#sharing_model ⇒ String
The sharing scope of the folder.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the folder.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the folder was created.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#folder_type ⇒ String
The type of folder.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time that the folder was last updated.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the folder.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |
#sharing_model ⇒ String
The sharing scope of the folder.
16354 16355 16356 16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16354 class FolderSummary < Struct.new( :arn, :folder_id, :name, :folder_type, :created_time, :last_updated_time, :sharing_model) SENSITIVE = [] include Aws::Structure end |