Class: Aws::QuickSight::Types::ListTopicRefreshSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTopicRefreshSchedulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_schedules ⇒ Array<Types::TopicRefreshScheduleSummary>
The list of topic refresh schedules.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
-
#topic_id ⇒ String
The ID for the topic that you want to describe.
Instance Attribute Details
#refresh_schedules ⇒ Array<Types::TopicRefreshScheduleSummary>
The list of topic refresh schedules.
21800 21801 21802 21803 21804 21805 21806 21807 21808 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21800 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21800 21801 21802 21803 21804 21805 21806 21807 21808 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21800 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21800 21801 21802 21803 21804 21805 21806 21807 21808 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21800 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
21800 21801 21802 21803 21804 21805 21806 21807 21808 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21800 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
21800 21801 21802 21803 21804 21805 21806 21807 21808 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21800 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |