Class: Aws::Types::GetSyncJobResponse

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)


605
606
607
# File 'sig/types.rbs', line 605

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


610
611
612
# File 'sig/types.rbs', line 610

def creation_date_time
  @creation_date_time
end

#statusTypes::SyncJobStatus

Returns the value of attribute status.



609
610
611
# File 'sig/types.rbs', line 609

def status
  @status
end

#sync_role::String

Returns the value of attribute sync_role.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def sync_role
  @sync_role
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def sync_source
  @sync_source
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


611
612
613
# File 'sig/types.rbs', line 611

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def workspace_id
  @workspace_id
end