Class: Aws::OAM::Types::GetLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetLinkInput
- 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 retrieve information for.
Instance Attribute Details
#identifier ⇒ String
The ARN of the link to retrieve information for.
247 248 249 250 251 |
# File 'lib/aws-sdk-oam/types.rb', line 247 class GetLinkInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |