Class: Aws::QuickSight::Types::Folder

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

Overview

A folder in Quick Sight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) for the folder.

Returns:

  • (String)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#created_time ⇒ Time

The time that the folder was created.

Returns:

  • (Time)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#folder_id ⇒ String

The ID of the folder.

Returns:

  • (String)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#folder_path ⇒ Array<String>

An array of ancestor ARN strings for the folder.

Returns:

  • (Array<String>)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#folder_type ⇒ String

The type of folder it is.

Returns:

  • (String)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_time ⇒ Time

The time that the folder was last updated.

Returns:

  • (Time)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

A display name for the folder.

Returns:

  • (String)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_model ⇒ String

The sharing scope of the folder.

Returns:

  • (String)


24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24500

class Folder < Struct.new(
  :folder_id,
  :arn,
  :name,
  :folder_type,
  :folder_path,
  :created_time,
  :last_updated_time,
  :sharing_model)
  SENSITIVE = []
  include Aws::Structure
end