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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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)


4531
4532
4533
4534
4535
4536
4537
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4531

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)


4531
4532
4533
4534
4535
4536
4537
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4531

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:



4531
4532
4533
4534
4535
4536
4537
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4531

class ProposedSegmentChange < Struct.new(
  :tags,
  :attachment_policy_rule_number,
  :segment_name)
  SENSITIVE = []
  include Aws::Structure
end