Class: Aws::Types::DeleteReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
581 582 583 |
# File 'sig/types.rbs', line 581 def id @id end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def reference_store_id @reference_store_id end |