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.
12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12265 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.
12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12265 class DescribeDataSetRefreshPropertiesResponse < Struct.new( :request_id, :status, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12265 class DescribeDataSetRefreshPropertiesResponse < Struct.new( :request_id, :status, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |