Class: Aws::RTBFabric::Types::UpdateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_id ⇒ String
The unique identifier of the link.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#link_id ⇒ String
The unique identifier of the link.
2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2810 class UpdateLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
2810 2811 2812 2813 2814 2815 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2810 class UpdateLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |