Class: Aws::QuickSight::Types::TopicRefreshDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicRefreshDetails
- Includes:
- Structure
- Defined in:
- 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.
32442 32443 32444 32445 32446 32447 32448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32442 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.
32442 32443 32444 32445 32446 32447 32448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32442 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.
32442 32443 32444 32445 32446 32447 32448 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32442 class TopicRefreshDetails < Struct.new( :refresh_arn, :refresh_id, :refresh_status) SENSITIVE = [] include Aws::Structure end |