Class: Aws::OAM::Types::UpdateLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::UpdateLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ARN of the link that you want to update.
-
#link_configuration ⇒ Types::LinkConfiguration
Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.
-
#resource_types ⇒ Array<String>
An array of strings that define which types of data that the source account will send to the monitoring account.
Instance Attribute Details
#identifier ⇒ String
The ARN of the link that you want to update.
989 990 991 992 993 994 995 |
# File 'lib/aws-sdk-oam/types.rb', line 989 class UpdateLinkInput < Struct.new( :identifier, :link_configuration, :resource_types) SENSITIVE = [] include Aws::Structure end |
#link_configuration ⇒ Types::LinkConfiguration
Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.
989 990 991 992 993 994 995 |
# File 'lib/aws-sdk-oam/types.rb', line 989 class UpdateLinkInput < Struct.new( :identifier, :link_configuration, :resource_types) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
An array of strings that define which types of data that the source account will send to the monitoring account.
Your input here replaces the current set of data types that are shared.
989 990 991 992 993 994 995 |
# File 'lib/aws-sdk-oam/types.rb', line 989 class UpdateLinkInput < Struct.new( :identifier, :link_configuration, :resource_types) SENSITIVE = [] include Aws::Structure end |