Class: Aws::QuickSight::Types::DescribeAppResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app ⇒ Types::AppSummary

The information about the app.

Returns:



19116
19117
19118
19119
19120
19121
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19116

class DescribeAppResponse < Struct.new(
  :app,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


19116
19117
19118
19119
19120
19121
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19116

class DescribeAppResponse < Struct.new(
  :app,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end