Class: Aws::QuickSight::Types::DescribeAppPermissionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the app.

Returns:

  • (String)


18514
18515
18516
18517
18518
18519
18520
18521
# File 'lib/aws-sdk-quicksight/types.rb', line 18514

class DescribeAppPermissionsResponse < Struct.new(
  :app_id,
  :arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)


18514
18515
18516
18517
18518
18519
18520
18521
# File 'lib/aws-sdk-quicksight/types.rb', line 18514

class DescribeAppPermissionsResponse < Struct.new(
  :app_id,
  :arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::ResourcePermission>

The resource permissions for the app.

Returns:



18514
18515
18516
18517
18518
18519
18520
18521
# File 'lib/aws-sdk-quicksight/types.rb', line 18514

class DescribeAppPermissionsResponse < Struct.new(
  :app_id,
  :arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18514
18515
18516
18517
18518
18519
18520
18521
# File 'lib/aws-sdk-quicksight/types.rb', line 18514

class DescribeAppPermissionsResponse < Struct.new(
  :app_id,
  :arn,
  :permissions,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end