Class: Aws::Types::SyncResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SyncResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "ENTITY", "COMPONENT_TYPE"
Returns the value of attribute resource_type.
-
#status ⇒ Types::SyncResourceStatus
Returns the value of attribute status.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#external_id ⇒ ::String
Returns the value of attribute external_id.
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.
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.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def resource_type @resource_type end |
#status ⇒ Types::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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def update_date_time @update_date_time end |