Class: Aws::Types::KubernetesRoleDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kind::String

Returns the value of attribute kind.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def kind
  @kind
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def name
  @name
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def uid
  @uid
end