Class: Aws::QuickSight::Types::UpdatePublicSharingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdatePublicSharingSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
-
#public_sharing_enabled ⇒ Boolean
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with your Amazon QuickSight subscription.
34863 34864 34865 34866 34867 34868 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34863 class UpdatePublicSharingSettingsRequest < Struct.new( :aws_account_id, :public_sharing_enabled) SENSITIVE = [] include Aws::Structure end |
#public_sharing_enabled ⇒ Boolean
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
34863 34864 34865 34866 34867 34868 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34863 class UpdatePublicSharingSettingsRequest < Struct.new( :aws_account_id, :public_sharing_enabled) SENSITIVE = [] include Aws::Structure end |