Class: Aws::Types::CreateRefreshScheduleResponse

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)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def request_id
  @request_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


2472
2473
2474
# File 'sig/types.rbs', line 2472

def schedule_id
  @schedule_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def status
  @status
end