Class: Aws::Types::CreateTopicRefreshScheduleRequest

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)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def 
  @aws_account_id
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def dataset_name
  @dataset_name
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



2586
2587
2588
# File 'sig/types.rbs', line 2586

def refresh_schedule
  @refresh_schedule
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def topic_id
  @topic_id
end