Class: Aws::QuickSight::Types::DescribeSelfUpgradeConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeSelfUpgradeConfigurationRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration.
-
#namespace ⇒ String
The Quick Suite namespace that you want to describe the Quick Suite self-upgrade configuration for.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration.
16364 16365 16366 16367 16368 16369 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16364 class DescribeSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Quick Suite namespace that you want to describe the Quick Suite self-upgrade configuration for.
16364 16365 16366 16367 16368 16369 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16364 class DescribeSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |