Class: Aws::RTBFabric::Types::AcceptLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::AcceptLinkRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
Instance Attribute Details
#attributes ⇒ Types::LinkAttributes
Attributes of the link.
31 32 33 34 35 36 37 38 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31 class AcceptLinkRequest < Struct.new( :gateway_id, :link_id, :attributes, :log_settings) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
31 32 33 34 35 36 37 38 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31 class AcceptLinkRequest < Struct.new( :gateway_id, :link_id, :attributes, :log_settings) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
31 32 33 34 35 36 37 38 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31 class AcceptLinkRequest < Struct.new( :gateway_id, :link_id, :attributes, :log_settings) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
31 32 33 34 35 36 37 38 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 31 class AcceptLinkRequest < Struct.new( :gateway_id, :link_id, :attributes, :log_settings) SENSITIVE = [] include Aws::Structure end |