Class: Aws::Types::DescribeRefreshScheduleRequest

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)


5170
5171
5172
# File 'sig/types.rbs', line 5170

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


5171
5172
5173
# File 'sig/types.rbs', line 5171

def data_set_id
  @data_set_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


5172
5173
5174
# File 'sig/types.rbs', line 5172

def schedule_id
  @schedule_id
end