Class: Aws::QuickSight::Types::UpdateAppPermissionsResponse

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_id ⇒ String

The ID of the app.

Returns:

  • (String)


49163
49164
49165
49166
49167
49168
49169
49170
49171
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49163

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

#arn ⇒ String

The Amazon Resource Name (ARN) of the app.

Returns:

  • (String)


49163
49164
49165
49166
49167
49168
49169
49170
49171
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49163

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

#permissions ⇒ Array<Types::ResourcePermission>

The updated resource permissions for the app.

Returns:



49163
49164
49165
49166
49167
49168
49169
49170
49171
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49163

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


49163
49164
49165
49166
49167
49168
49169
49170
49171
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49163

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

#visibility ⇒ String

The visibility of the app after the update (PRIVATE or PUBLIC).

Returns:

  • (String)


49163
49164
49165
49166
49167
49168
49169
49170
49171
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49163

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