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.



5387
5388
5389
# File 'sig/types.rbs', line 5387

def refresh_details
  @refresh_details
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5388
5389
5390
# File 'sig/types.rbs', line 5388

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5389
5390
5391
# File 'sig/types.rbs', line 5389

def status
  @status
end