Class: Aws::Types::KubernetesApiCallAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def namespace
  @namespace
end

#parameters::String

Returns the value of attribute parameters.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def parameters
  @parameters
end

#remote_ip_detailsTypes::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.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def request_uri
  @request_uri
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def resource
  @resource
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def status_code
  @status_code
end

#subresource::String

Returns the value of attribute subresource.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def subresource
  @subresource
end

#user_agent::String

Returns the value of attribute user_agent.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def user_agent
  @user_agent
end

#verb::String

Returns the value of attribute verb.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def verb
  @verb
end