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.



13200
13201
13202
13203
13204
13205
13206
# File 'lib/aws-sdk-quicksight/types.rb', line 13200

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)


13200
13201
13202
13203
13204
13205
13206
# File 'lib/aws-sdk-quicksight/types.rb', line 13200

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)


13200
13201
13202
13203
13204
13205
13206
# File 'lib/aws-sdk-quicksight/types.rb', line 13200

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