Class: Aws::Types::RemediationAction
- Inherits:
-
Object
- Object
- Aws::Types::RemediationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_network_acl_action ⇒ Types::CreateNetworkAclAction
Returns the value of attribute create_network_acl_action.
-
#create_network_acl_entries_action ⇒ Types::CreateNetworkAclEntriesAction
Returns the value of attribute create_network_acl_entries_action.
-
#delete_network_acl_entries_action ⇒ Types::DeleteNetworkAclEntriesAction
Returns the value of attribute delete_network_acl_entries_action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ec2_associate_route_table_action ⇒ Types::EC2AssociateRouteTableAction
Returns the value of attribute ec2_associate_route_table_action.
-
#ec2_copy_route_table_action ⇒ Types::EC2CopyRouteTableAction
Returns the value of attribute ec2_copy_route_table_action.
-
#ec2_create_route_action ⇒ Types::EC2CreateRouteAction
Returns the value of attribute ec2_create_route_action.
-
#ec2_create_route_table_action ⇒ Types::EC2CreateRouteTableAction
Returns the value of attribute ec2_create_route_table_action.
-
#ec2_delete_route_action ⇒ Types::EC2DeleteRouteAction
Returns the value of attribute ec2_delete_route_action.
-
#ec2_replace_route_action ⇒ Types::EC2ReplaceRouteAction
Returns the value of attribute ec2_replace_route_action.
-
#ec2_replace_route_table_association_action ⇒ Types::EC2ReplaceRouteTableAssociationAction
Returns the value of attribute ec2_replace_route_table_association_action.
-
#fms_policy_update_firewall_creation_config_action ⇒ Types::FMSPolicyUpdateFirewallCreationConfigAction
Returns the value of attribute fms_policy_update_firewall_creation_config_action.
-
#replace_network_acl_association_action ⇒ Types::ReplaceNetworkAclAssociationAction
Returns the value of attribute replace_network_acl_association_action.
Instance Attribute Details
#create_network_acl_action ⇒ Types::CreateNetworkAclAction
Returns the value of attribute create_network_acl_action.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def create_network_acl_action @create_network_acl_action end |
#create_network_acl_entries_action ⇒ Types::CreateNetworkAclEntriesAction
Returns the value of attribute create_network_acl_entries_action.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def create_network_acl_entries_action @create_network_acl_entries_action end |
#delete_network_acl_entries_action ⇒ Types::DeleteNetworkAclEntriesAction
Returns the value of attribute delete_network_acl_entries_action.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def delete_network_acl_entries_action @delete_network_acl_entries_action end |
#description ⇒ ::String
Returns the value of attribute description.
993 994 995 |
# File 'sig/types.rbs', line 993 def description @description end |
#ec2_associate_route_table_action ⇒ Types::EC2AssociateRouteTableAction
Returns the value of attribute ec2_associate_route_table_action.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def ec2_associate_route_table_action @ec2_associate_route_table_action end |
#ec2_copy_route_table_action ⇒ Types::EC2CopyRouteTableAction
Returns the value of attribute ec2_copy_route_table_action.
997 998 999 |
# File 'sig/types.rbs', line 997 def ec2_copy_route_table_action @ec2_copy_route_table_action end |
#ec2_create_route_action ⇒ Types::EC2CreateRouteAction
Returns the value of attribute ec2_create_route_action.
994 995 996 |
# File 'sig/types.rbs', line 994 def ec2_create_route_action @ec2_create_route_action end |
#ec2_create_route_table_action ⇒ Types::EC2CreateRouteTableAction
Returns the value of attribute ec2_create_route_table_action.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def ec2_create_route_table_action @ec2_create_route_table_action end |
#ec2_delete_route_action ⇒ Types::EC2DeleteRouteAction
Returns the value of attribute ec2_delete_route_action.
996 997 998 |
# File 'sig/types.rbs', line 996 def ec2_delete_route_action @ec2_delete_route_action end |
#ec2_replace_route_action ⇒ Types::EC2ReplaceRouteAction
Returns the value of attribute ec2_replace_route_action.
995 996 997 |
# File 'sig/types.rbs', line 995 def ec2_replace_route_action @ec2_replace_route_action end |
#ec2_replace_route_table_association_action ⇒ Types::EC2ReplaceRouteTableAssociationAction
Returns the value of attribute ec2_replace_route_table_association_action.
998 999 1000 |
# File 'sig/types.rbs', line 998 def ec2_replace_route_table_association_action @ec2_replace_route_table_association_action end |
#fms_policy_update_firewall_creation_config_action ⇒ Types::FMSPolicyUpdateFirewallCreationConfigAction
Returns the value of attribute fms_policy_update_firewall_creation_config_action.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def fms_policy_update_firewall_creation_config_action @fms_policy_update_firewall_creation_config_action end |
#replace_network_acl_association_action ⇒ Types::ReplaceNetworkAclAssociationAction
Returns the value of attribute replace_network_acl_association_action.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def replace_network_acl_association_action @replace_network_acl_association_action end |