Class: Aws::Types::DescribeTopicRefreshResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_detailsTypes::TopicRefreshDetails

Returns the value of attribute refresh_details.



5154
5155
5156
# File 'sig/types.rbs', line 5154

def refresh_details
  @refresh_details
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5155
5156
5157
# File 'sig/types.rbs', line 5155

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5156
5157
5158
# File 'sig/types.rbs', line 5156

def status
  @status
end