Class: Aws::Types::SyncResourceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def external_id
  @external_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def resource_id
  @resource_id
end

#resource_type"ENTITY", "COMPONENT_TYPE"

Returns the value of attribute resource_type.

Returns:

  • ("ENTITY", "COMPONENT_TYPE")


1138
1139
1140
# File 'sig/types.rbs', line 1138

def resource_type
  @resource_type
end

#statusTypes::SyncResourceStatus

Returns the value of attribute status.



1141
1142
1143
# File 'sig/types.rbs', line 1141

def status
  @status
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def update_date_time
  @update_date_time
end