Class: Aws::RTBFabric::Types::UpdateLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkRequest
- Includes:
- Structure
- Defined in:
- 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.
2780 2781 2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2780 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.
2780 2781 2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2780 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.
2780 2781 2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2780 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.
2780 2781 2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2780 class UpdateLinkRequest < Struct.new( :gateway_id, :link_id, :log_settings, :timeout_in_millis) SENSITIVE = [] include Aws::Structure end |