Class: Aws::Types::CreateRefreshScheduleRequest

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)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


2463
2464
2465
# File 'sig/types.rbs', line 2463

def data_set_id
  @data_set_id
end

#scheduleTypes::RefreshSchedule

Returns the value of attribute schedule.



2465
2466
2467
# File 'sig/types.rbs', line 2465

def schedule
  @schedule
end