Class: Aws::Types::DescribeRefreshScheduleResponse

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)


4947
4948
4949
# File 'sig/types.rbs', line 4947

def arn
  @arn
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.



4944
4945
4946
# File 'sig/types.rbs', line 4944

def refresh_schedule
  @refresh_schedule
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4946
4947
4948
# File 'sig/types.rbs', line 4946

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4945
4946
4947
# File 'sig/types.rbs', line 4945

def status
  @status
end