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.
-
#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.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-oam/types.rb', line 835 class UpdateLinkInput < Struct.new( :identifier, :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.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-oam/types.rb', line 835 class UpdateLinkInput < Struct.new( :identifier, :resource_types) SENSITIVE = [] include Aws::Structure end |