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)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def 
  @aws_account_id
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def dataset_name
  @dataset_name
end

#refresh_scheduleTypes::TopicRefreshSchedule

Returns the value of attribute refresh_schedule.



2717
2718
2719
# File 'sig/types.rbs', line 2717

def refresh_schedule
  @refresh_schedule
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def topic_id
  @topic_id
end