Class: Aws::Types::DeleteRefreshScheduleResponse

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)


4032
4033
4034
# File 'sig/types.rbs', line 4032

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4030
4031
4032
# File 'sig/types.rbs', line 4030

def request_id
  @request_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


4031
4032
4033
# File 'sig/types.rbs', line 4031

def schedule_id
  @schedule_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4029
4030
4031
# File 'sig/types.rbs', line 4029

def status
  @status
end