Class: Aws::OAM::Types::DeleteLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::DeleteLinkInput
- Defined in:
- gems/aws-sdk-oam/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.
223 224 225 226 227 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 223 class DeleteLinkInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |