Class: Aws::NetworkManager::Types::ProposedSegmentChange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attachment_policy_rule_numberInteger

The rule number in the policy document that applies to this change.

Returns:

  • (Integer)


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_nameString

The name of the segment to change.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The list of key-value tags that changed for the segment.

Returns:



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