Class: Aws::QuickSight::Types::TopicRefreshDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicRefreshDetails
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The details about the refresh of a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_arn ⇒ String
The Amazon Resource Name (ARN) of the topic refresh.
-
#refresh_id ⇒ String
The ID of the refresh, which occurs as a result of topic creation or topic update.
-
#refresh_status ⇒ String
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
Instance Attribute Details
#refresh_arn ⇒ String
The Amazon Resource Name (ARN) of the topic refresh.
34316 34317 34318 34319 34320 34321 34322 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34316 class TopicRefreshDetails < Struct.new( :refresh_arn, :refresh_id, :refresh_status) SENSITIVE = [] include Aws::Structure end |
#refresh_id ⇒ String
The ID of the refresh, which occurs as a result of topic creation or topic update.
34316 34317 34318 34319 34320 34321 34322 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34316 class TopicRefreshDetails < Struct.new( :refresh_arn, :refresh_id, :refresh_status) SENSITIVE = [] include Aws::Structure end |
#refresh_status ⇒ String
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
34316 34317 34318 34319 34320 34321 34322 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34316 class TopicRefreshDetails < Struct.new( :refresh_arn, :refresh_id, :refresh_status) SENSITIVE = [] include Aws::Structure end |