Class: Aws::Types::CreateSyncJobResponse

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)


259
260
261
# File 'sig/types.rbs', line 259

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


260
261
262
# File 'sig/types.rbs', line 260

def creation_date_time
  @creation_date_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "INITIALIZING", "ACTIVE", "DELETING", "ERROR")


261
262
263
# File 'sig/types.rbs', line 261

def state
  @state
end