Class: Aws::NetworkManager::Types::CreateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateLinkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link ⇒ Types::Link
Information about the link.
Instance Attribute Details
#link ⇒ Types::Link
Information about the link.
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1759 class CreateLinkResponse < Struct.new( :link) SENSITIVE = [] include Aws::Structure end |