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)


5180
5181
5182
# File 'sig/types.rbs', line 5180

def arn
  @arn
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.



5177
5178
5179
# File 'sig/types.rbs', line 5177

def refresh_schedule
  @refresh_schedule
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5179
5180
5181
# File 'sig/types.rbs', line 5179

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5178
5179
5180
# File 'sig/types.rbs', line 5178

def status
  @status
end