Class: Aws::Types::ResourceConflict
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConflict
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "IDENTITY_SOURCE", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def resource_id @resource_id end |
#resource_type ⇒ "IDENTITY_SOURCE", ...
Returns the value of attribute resource_type.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def resource_type @resource_type end |