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 Amazon QuickSight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the folder.

Returns:

  • (String)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_timeTime

The time that the folder was created.

Returns:

  • (Time)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_idString

The ID of the folder.

Returns:

  • (String)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_pathArray<String>

An array of ancestor ARN strings for the folder.

Returns:

  • (Array<String>)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_typeString

The type of folder it is.

Returns:

  • (String)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_timeTime

The time that the folder was last updated.

Returns:

  • (Time)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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

#nameString

A display name for the folder.

Returns:

  • (String)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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_modelString

The sharing scope of the folder.

Returns:

  • (String)


14591
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14591

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