Class: Aws::Types::SyncJobSummary

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)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def creation_date_time
  @creation_date_time
end

#statusTypes::SyncJobStatus

Returns the value of attribute status.



1105
1106
1107
# File 'sig/types.rbs', line 1105

def status
  @status
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def sync_source
  @sync_source
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def workspace_id
  @workspace_id
end