Class: Aws::QuickSight::Types::DescribeTopicRefreshResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTopicRefreshResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_details ⇒ Types::TopicRefreshDetails
Details of the refresh, which is performed when the topic is created or updated.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#refresh_details ⇒ Types::TopicRefreshDetails
Details of the refresh, which is performed when the topic is created or updated.
14407 14408 14409 14410 14411 14412 14413 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14407 class DescribeTopicRefreshResponse < Struct.new( :refresh_details, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
14407 14408 14409 14410 14411 14412 14413 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14407 class DescribeTopicRefreshResponse < Struct.new( :refresh_details, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
14407 14408 14409 14410 14411 14412 14413 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14407 class DescribeTopicRefreshResponse < Struct.new( :refresh_details, :request_id, :status) SENSITIVE = [] include Aws::Structure end |