Class: Aws::QuickSight::Types::DescribeDataSetRefreshPropertiesResponse

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

#data_set_refresh_propertiesTypes::DataSetRefreshProperties

The dataset refresh properties.



13299
13300
13301
13302
13303
13304
13305
# File 'lib/aws-sdk-quicksight/types.rb', line 13299

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


13299
13300
13301
13302
13303
13304
13305
# File 'lib/aws-sdk-quicksight/types.rb', line 13299

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


13299
13300
13301
13302
13303
13304
13305
# File 'lib/aws-sdk-quicksight/types.rb', line 13299

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