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)


4937
4938
4939
# File 'sig/types.rbs', line 4937

def 
  @aws_account_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


4938
4939
4940
# File 'sig/types.rbs', line 4938

def data_set_id
  @data_set_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


4939
4940
4941
# File 'sig/types.rbs', line 4939

def schedule_id
  @schedule_id
end