Class: Aws::QuickSight::Types::UpdatePublicSharingSettingsRequest

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

#aws_account_idString

The Amazon Web Services account ID associated with your Amazon QuickSight subscription.

Returns:

  • (String)


31311
31312
31313
31314
31315
31316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31311

class UpdatePublicSharingSettingsRequest < Struct.new(
  :aws_account_id,
  :public_sharing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#public_sharing_enabledBoolean

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.

Returns:

  • (Boolean)


31311
31312
31313
31314
31315
31316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31311

class UpdatePublicSharingSettingsRequest < Struct.new(
  :aws_account_id,
  :public_sharing_enabled)
  SENSITIVE = []
  include Aws::Structure
end