Class: Aws::Types::UpdateRefreshScheduleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12942
12943
12944
# File 'sig/types.rbs', line 12942

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12940
12941
12942
# File 'sig/types.rbs', line 12940

def request_id
  @request_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


12941
12942
12943
# File 'sig/types.rbs', line 12941

def schedule_id
  @schedule_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12939
12940
12941
# File 'sig/types.rbs', line 12939

def status
  @status
end