Class: Aws::Types::TopicRefreshDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_arn::String

Returns the value of attribute refresh_arn.

Returns:

  • (::String)


11484
11485
11486
# File 'sig/types.rbs', line 11484

def refresh_arn
  @refresh_arn
end

#refresh_id::String

Returns the value of attribute refresh_id.

Returns:

  • (::String)


11485
11486
11487
# File 'sig/types.rbs', line 11485

def refresh_id
  @refresh_id
end

#refresh_status"INITIALIZED", ...

Returns the value of attribute refresh_status.

Returns:

  • ("INITIALIZED", "RUNNING", "FAILED", "COMPLETED", "CANCELLED")


11486
11487
11488
# File 'sig/types.rbs', line 11486

def refresh_status
  @refresh_status
end