Class: Aws::Types::DescribeTopicRefreshScheduleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


5170
5171
5172
# File 'sig/types.rbs', line 5170

def dataset_arn
  @dataset_arn
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



5171
5172
5173
# File 'sig/types.rbs', line 5171

def refresh_schedule
  @refresh_schedule
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5173
5174
5175
# File 'sig/types.rbs', line 5173

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5172
5173
5174
# File 'sig/types.rbs', line 5172

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


5169
5170
5171
# File 'sig/types.rbs', line 5169

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5168
5169
5170
# File 'sig/types.rbs', line 5168

def topic_id
  @topic_id
end