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.
-
#kubernetes_api_call_action ⇒ Types::KubernetesApiCallAction
Returns the value of attribute kubernetes_api_call_action.
-
#kubernetes_permission_checked_details ⇒ Types::KubernetesPermissionCheckedDetails
Returns the value of attribute kubernetes_permission_checked_details.
-
#kubernetes_role_binding_details ⇒ Types::KubernetesRoleBindingDetails
Returns the value of attribute kubernetes_role_binding_details.
-
#kubernetes_role_details ⇒ Types::KubernetesRoleDetails
Returns the value of attribute kubernetes_role_details.
-
#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.
-
#rds_login_attempt_action ⇒ Types::RdsLoginAttemptAction
Returns the value of attribute rds_login_attempt_action.
Instance Attribute Details
#action_type ⇒ ::String
Returns the value of attribute action_type.
90 91 92 |
# File 'sig/types.rbs', line 90 def action_type @action_type end |
#aws_api_call_action ⇒ Types::AwsApiCallAction
Returns the value of attribute aws_api_call_action.
91 92 93 |
# File 'sig/types.rbs', line 91 def aws_api_call_action @aws_api_call_action end |
#dns_request_action ⇒ Types::DnsRequestAction
Returns the value of attribute dns_request_action.
92 93 94 |
# File 'sig/types.rbs', line 92 def dns_request_action @dns_request_action end |
#kubernetes_api_call_action ⇒ Types::KubernetesApiCallAction
Returns the value of attribute kubernetes_api_call_action.
95 96 97 |
# File 'sig/types.rbs', line 95 def kubernetes_api_call_action @kubernetes_api_call_action end |
#kubernetes_permission_checked_details ⇒ Types::KubernetesPermissionCheckedDetails
Returns the value of attribute kubernetes_permission_checked_details.
96 97 98 |
# File 'sig/types.rbs', line 96 def @kubernetes_permission_checked_details end |
#kubernetes_role_binding_details ⇒ Types::KubernetesRoleBindingDetails
Returns the value of attribute kubernetes_role_binding_details.
97 98 99 |
# File 'sig/types.rbs', line 97 def kubernetes_role_binding_details @kubernetes_role_binding_details end |
#kubernetes_role_details ⇒ Types::KubernetesRoleDetails
Returns the value of attribute kubernetes_role_details.
98 99 100 |
# File 'sig/types.rbs', line 98 def kubernetes_role_details @kubernetes_role_details end |
#network_connection_action ⇒ Types::NetworkConnectionAction
Returns the value of attribute network_connection_action.
93 94 95 |
# File 'sig/types.rbs', line 93 def network_connection_action @network_connection_action end |
#port_probe_action ⇒ Types::PortProbeAction
Returns the value of attribute port_probe_action.
94 95 96 |
# File 'sig/types.rbs', line 94 def port_probe_action @port_probe_action end |
#rds_login_attempt_action ⇒ Types::RdsLoginAttemptAction
Returns the value of attribute rds_login_attempt_action.
99 100 101 |
# File 'sig/types.rbs', line 99 def rds_login_attempt_action @rds_login_attempt_action end |