Class: Aws::RTBFabric::Types::DeleteInboundExternalLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteInboundExternalLinkResponse
- Defined in:
- gems/aws-sdk-rtbfabric/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.
557 558 559 560 561 562 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 557 class DeleteInboundExternalLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
557 558 559 560 561 562 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 557 class DeleteInboundExternalLinkResponse < Struct.new( :link_id, :status) SENSITIVE = [] include Aws::Structure end |