Class: Aws::Types::ProposedNetworkFunctionGroupChange
- Inherits:
-
Object
- Object
- Aws::Types::ProposedNetworkFunctionGroupChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
-
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def @attachment_policy_rule_number end |
#network_function_group_name ⇒ ::String
Returns the value of attribute network_function_group_name.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def network_function_group_name @network_function_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def @tags end |