Class: Aws::Types::Action

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def action_type
  @action_type
end

#aws_api_call_actionTypes::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_actionTypes::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_actionTypes::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_actionTypes::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