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.
2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126 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.
2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126 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.
2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126 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.
2126 2127 2128 2129 2130 2131 2132 2133 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2126 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |