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.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13562 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.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13562 class DescribeTopicRefreshResponse < Struct.new( :refresh_details, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13562 class DescribeTopicRefreshResponse < Struct.new( :refresh_details, :request_id, :status) SENSITIVE = [] include Aws::Structure end |