Class: Aws::Types::KubernetesPermissionCheckedDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowedBoolean

Returns the value of attribute allowed.

Returns:

  • (Boolean)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def allowed
  @allowed
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def namespace
  @namespace
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def resource
  @resource
end

#verb::String

Returns the value of attribute verb.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def verb
  @verb
end