Class: Aws::QuickSight::Types::DescribeSelfUpgradeConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


18903
18904
18905
18906
18907
18908
18909
# File 'lib/aws-sdk-quicksight/types.rb', line 18903

class DescribeSelfUpgradeConfigurationResponse < Struct.new(
  :self_upgrade_configuration,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#self_upgrade_configurationTypes::SelfUpgradeConfiguration

The self-upgrade configuration for the Quick account.



18903
18904
18905
18906
18907
18908
18909
# File 'lib/aws-sdk-quicksight/types.rb', line 18903

class DescribeSelfUpgradeConfigurationResponse < Struct.new(
  :self_upgrade_configuration,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


18903
18904
18905
18906
18907
18908
18909
# File 'lib/aws-sdk-quicksight/types.rb', line 18903

class DescribeSelfUpgradeConfigurationResponse < Struct.new(
  :self_upgrade_configuration,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end