Class: Aws::Types::ListTopicRefreshSchedulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_schedules::Array[Types::TopicRefreshScheduleSummary]

Returns the value of attribute refresh_schedules.



7888
7889
7890
# File 'sig/types.rbs', line 7888

def refresh_schedules
  @refresh_schedules
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7890
7891
7892
# File 'sig/types.rbs', line 7890

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7889
7890
7891
# File 'sig/types.rbs', line 7889

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


7887
7888
7889
# File 'sig/types.rbs', line 7887

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


7886
7887
7888
# File 'sig/types.rbs', line 7886

def topic_id
  @topic_id
end