Class: Aws::Types::KubernetesApiCallAction
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesApiCallAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
-
#request_uri ⇒ ::String
Returns the value of attribute request_uri.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#source_ips ⇒ ::Array[::String]
Returns the value of attribute source_ips.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
-
#subresource ⇒ ::String
Returns the value of attribute subresource.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
-
#verb ⇒ ::String
Returns the value of attribute verb.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def namespace @namespace end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def parameters @parameters end |
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def remote_ip_details @remote_ip_details end |
#request_uri ⇒ ::String
Returns the value of attribute request_uri.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def request_uri @request_uri end |
#resource ⇒ ::String
Returns the value of attribute resource.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def resource @resource end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def resource_name @resource_name end |
#source_ips ⇒ ::Array[::String]
Returns the value of attribute source_ips.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def source_ips @source_ips end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def status_code @status_code end |
#subresource ⇒ ::String
Returns the value of attribute subresource.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def subresource @subresource end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def user_agent @user_agent end |
#verb ⇒ ::String
Returns the value of attribute verb.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def verb @verb end |