Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
-
#aws_api_call_action ⇒ Types::AwsApiCallAction
Returns the value of attribute aws_api_call_action.
-
#dns_request_action ⇒ Types::DnsRequestAction
Returns the value of attribute dns_request_action.
-
#network_connection_action ⇒ Types::NetworkConnectionAction
Returns the value of attribute network_connection_action.
-
#port_probe_action ⇒ Types::PortProbeAction
Returns the value of attribute port_probe_action.
Instance Attribute Details
#action_type ⇒ ::String
Returns the value of attribute action_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def action_type @action_type end |
#aws_api_call_action ⇒ Types::AwsApiCallAction
Returns the value of attribute aws_api_call_action.
66 67 68 |
# File 'sig/types.rbs', line 66 def aws_api_call_action @aws_api_call_action end |
#dns_request_action ⇒ Types::DnsRequestAction
Returns the value of attribute dns_request_action.
67 68 69 |
# File 'sig/types.rbs', line 67 def dns_request_action @dns_request_action end |
#network_connection_action ⇒ Types::NetworkConnectionAction
Returns the value of attribute network_connection_action.
65 66 67 |
# File 'sig/types.rbs', line 65 def network_connection_action @network_connection_action end |
#port_probe_action ⇒ Types::PortProbeAction
Returns the value of attribute port_probe_action.
68 69 70 |
# File 'sig/types.rbs', line 68 def port_probe_action @port_probe_action end |