Class: Aws::OAM::Types::DeleteLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::DeleteLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ARN of the link to delete.
Instance Attribute Details
#identifier ⇒ String
The ARN of the link to delete.
215 216 217 218 219 |
# File 'lib/aws-sdk-oam/types.rb', line 215 class DeleteLinkInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |