Class: Aws::RTBFabric::Types::UpdateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkRequest
- 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.
-
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1976 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings) SENSITIVE = [] include Aws::Structure end |