Class: Aws::QuickSight::Types::AppSummary

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

Overview

A summary of an app, including its identifier, name, and metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the app.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the app was created.

Returns:

  • (Time)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time that the app was last updated.

Returns:

  • (Time)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the app.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The sharing status of the app: PUBLIC if the app is shared publicly, or PRIVATE if it is private.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1469

class AppSummary < Struct.new(
  :app_id,
  :arn,
  :name,
  :created_time,
  :last_updated_time,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end