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.
1994 1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1994 class UpdateLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
1994 1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1994 class UpdateLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |