Class: Aws::NetworkManager::Types::ProposedNetworkFunctionGroupChange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes proposed changes to a network function group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_policy_rule_numberInteger

The proposed new attachment policy rule number for the network function group.

Returns:

  • (Integer)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4763

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

#network_function_group_nameString

The proposed name change for the network function group name.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4763

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

#tagsArray<Types::Tag>

The list of proposed changes to the key-value tags associated with the network function group.

Returns:



4763
4764
4765
4766
4767
4768
4769
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4763

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