Class: Aws::Types::UpdateTopicRefreshScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12731
12732
12733
# File 'sig/types.rbs', line 12731

def 
  @aws_account_id
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


12733
12734
12735
# File 'sig/types.rbs', line 12733

def dataset_id
  @dataset_id
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



12734
12735
12736
# File 'sig/types.rbs', line 12734

def refresh_schedule
  @refresh_schedule
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12732
12733
12734
# File 'sig/types.rbs', line 12732

def topic_id
  @topic_id
end