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)


5403
5404
5405
# File 'sig/types.rbs', line 5403

def dataset_arn
  @dataset_arn
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



5404
5405
5406
# File 'sig/types.rbs', line 5404

def refresh_schedule
  @refresh_schedule
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5406
5407
5408
# File 'sig/types.rbs', line 5406

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5405
5406
5407
# File 'sig/types.rbs', line 5405

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


5402
5403
5404
# File 'sig/types.rbs', line 5402

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5401
5402
5403
# File 'sig/types.rbs', line 5401

def topic_id
  @topic_id
end