Class: Aws::RTBFabric::Types::UpdateLinkModuleFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkModuleFlowResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
1954 1955 1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1954 class UpdateLinkModuleFlowResponse < Struct.new( :gateway_id, :link_id, :status) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1954 1955 1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1954 class UpdateLinkModuleFlowResponse < Struct.new( :gateway_id, :link_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the request.
1954 1955 1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1954 class UpdateLinkModuleFlowResponse < Struct.new( :gateway_id, :link_id, :status) SENSITIVE = [] include Aws::Structure end |