Class: Aws::QuickSight::Types::FolderSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the folder.

Returns:

  • (String)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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

#created_timeTime

The time that the folder was created.

Returns:

  • (Time)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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

#folder_idString

The ID of the folder.

Returns:

  • (String)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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

#folder_typeString

The type of folder.

Returns:

  • (String)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

class FolderSummary < Struct.new(
  :arn,
  :folder_id,
  :name,
  :folder_type,
  :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)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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

#nameString

The display name of the folder.

Returns:

  • (String)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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

#sharing_modelString

The sharing scope of the folder.

Returns:

  • (String)


14733
14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14733

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