Class: Aws::QuickSight::Types::DescribeDataSetRefreshPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDataSetRefreshPropertiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The dataset refresh properties.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#data_set_refresh_properties ⇒ Types::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_id ⇒ String
The Amazon Web Services request ID for this operation.
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 |
#status ⇒ Integer
The HTTP status of the request.
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 |