Class: Aws::NetworkManager::Types::ProposedSegmentChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ProposedSegmentChange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_policy_rule_number ⇒ Integer
The rule number in the policy document that applies to this change.
-
#segment_name ⇒ String
The name of the segment to change.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags that changed for the segment.
Instance Attribute Details
#attachment_policy_rule_number ⇒ Integer
The rule number in the policy document that applies to this change.
4892 4893 4894 4895 4896 4897 4898 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4892 class ProposedSegmentChange < Struct.new( :tags, :attachment_policy_rule_number, :segment_name) SENSITIVE = [] include Aws::Structure end |
#segment_name ⇒ String
The name of the segment to change.
4892 4893 4894 4895 4896 4897 4898 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4892 class ProposedSegmentChange < Struct.new( :tags, :attachment_policy_rule_number, :segment_name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags that changed for the segment.
4892 4893 4894 4895 4896 4897 4898 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4892 class ProposedSegmentChange < Struct.new( :tags, :attachment_policy_rule_number, :segment_name) SENSITIVE = [] include Aws::Structure end |