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.



8227
8228
8229
# File 'sig/types.rbs', line 8227

def refresh_schedules
  @refresh_schedules
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8229
8230
8231
# File 'sig/types.rbs', line 8229

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8228
8229
8230
# File 'sig/types.rbs', line 8228

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


8226
8227
8228
# File 'sig/types.rbs', line 8226

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


8225
8226
8227
# File 'sig/types.rbs', line 8225

def topic_id
  @topic_id
end