Class: Aws::Types::UnshareTarget
- Inherits:
-
Object
- Object
- Aws::Types::UnshareTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "ACCOUNT"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def id @id end |
#type ⇒ "ACCOUNT"
Returns the value of attribute type.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def type @type end |