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.
23053 23054 23055 23056 23057 23058 23059 23060 23061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23053 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.
23053 23054 23055 23056 23057 23058 23059 23060 23061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23053 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.
23053 23054 23055 23056 23057 23058 23059 23060 23061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23053 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.
23053 23054 23055 23056 23057 23058 23059 23060 23061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23053 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.
23053 23054 23055 23056 23057 23058 23059 23060 23061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23053 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |