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)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def request_id
  @request_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def schedule_id
  @schedule_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def status
  @status
end