Class: Aws::QuickSight::Types::ListTopicRefreshSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTopicRefreshSchedulesResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
23234 23235 23236 23237 23238 23239 23240 23241 23242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23234 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.
23234 23235 23236 23237 23238 23239 23240 23241 23242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23234 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.
23234 23235 23236 23237 23238 23239 23240 23241 23242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23234 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.
23234 23235 23236 23237 23238 23239 23240 23241 23242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23234 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.
23234 23235 23236 23237 23238 23239 23240 23241 23242 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23234 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |