Class: Aws::QuickSight::Types::TopicRefreshDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#refresh_arnString

The Amazon Resource Name (ARN) of the topic refresh.

Returns:

  • (String)


29756
29757
29758
29759
29760
29761
29762
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29756

class TopicRefreshDetails < Struct.new(
  :refresh_arn,
  :refresh_id,
  :refresh_status)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_idString

The ID of the refresh, which occurs as a result of topic creation or topic update.

Returns:

  • (String)


29756
29757
29758
29759
29760
29761
29762
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29756

class TopicRefreshDetails < Struct.new(
  :refresh_arn,
  :refresh_id,
  :refresh_status)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_statusString

The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.

Returns:

  • (String)


29756
29757
29758
29759
29760
29761
29762
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29756

class TopicRefreshDetails < Struct.new(
  :refresh_arn,
  :refresh_id,
  :refresh_status)
  SENSITIVE = []
  include Aws::Structure
end