Class: Aws::NetworkManager::Types::ProposedNetworkFunctionGroupChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ProposedNetworkFunctionGroupChange
- 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
-
#attachment_policy_rule_number ⇒ Integer
The proposed new attachment policy rule number for the network function group.
-
#network_function_group_name ⇒ String
The proposed name change for the network function group name.
-
#tags ⇒ Array<Types::Tag>
The list of proposed changes to the key-value tags associated with the network function group.
Instance Attribute Details
#attachment_policy_rule_number ⇒ Integer
The proposed new attachment policy rule number for the network function group.
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_name ⇒ String
The proposed name change for the network function group name.
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 |
#tags ⇒ Array<Types::Tag>
The list of proposed changes to the key-value tags associated with the network function group.
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 |