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.
27241 27242 27243 27244 27245 27246 27247 27248 27249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27241 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.
27241 27242 27243 27244 27245 27246 27247 27248 27249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27241 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.
27241 27242 27243 27244 27245 27246 27247 27248 27249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27241 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.
27241 27242 27243 27244 27245 27246 27247 27248 27249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27241 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.
27241 27242 27243 27244 27245 27246 27247 27248 27249 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27241 class ListTopicRefreshSchedulesResponse < Struct.new( :topic_id, :topic_arn, :refresh_schedules, :status, :request_id) SENSITIVE = [] include Aws::Structure end |