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.
-
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
2191 2192 2193 2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2191 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
2191 2192 2193 2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2191 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#log_settings ⇒ Types::LinkLogSettings
Settings for the application logs.
2191 2192 2193 2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2191 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |
#timeout_in_millis ⇒ Integer
The timeout value in milliseconds.
2191 2192 2193 2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2191 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |