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)


13187
13188
13189
# File 'sig/types.rbs', line 13187

def 
  @aws_account_id
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


13189
13190
13191
# File 'sig/types.rbs', line 13189

def dataset_id
  @dataset_id
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



13190
13191
13192
# File 'sig/types.rbs', line 13190

def refresh_schedule
  @refresh_schedule
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13188
13189
13190
# File 'sig/types.rbs', line 13188

def topic_id
  @topic_id
end