Class: Aws::QuickSight::Types::DescribeSelfUpgradeConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeSelfUpgradeConfigurationResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
The self-upgrade configuration for the Quick Suite account.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
16385 16386 16387 16388 16389 16390 16391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16385 class DescribeSelfUpgradeConfigurationResponse < Struct.new( :self_upgrade_configuration, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#self_upgrade_configuration ⇒ Types::SelfUpgradeConfiguration
The self-upgrade configuration for the Quick Suite account.
16385 16386 16387 16388 16389 16390 16391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16385 class DescribeSelfUpgradeConfigurationResponse < Struct.new( :self_upgrade_configuration, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
16385 16386 16387 16388 16389 16390 16391 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16385 class DescribeSelfUpgradeConfigurationResponse < Struct.new( :self_upgrade_configuration, :request_id, :status) SENSITIVE = [] include Aws::Structure end |