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

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

Instance Attribute Details

#refresh_arnString

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

Returns:

  • (String)


30982
30983
30984
30985
30986
30987
30988
# File 'lib/aws-sdk-quicksight/types.rb', line 30982

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)


30982
30983
30984
30985
30986
30987
30988
# File 'lib/aws-sdk-quicksight/types.rb', line 30982

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)


30982
30983
30984
30985
30986
30987
30988
# File 'lib/aws-sdk-quicksight/types.rb', line 30982

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