Class: Aws::Types::KubernetesRoleBindingDetails

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)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def kind
  @kind
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def name
  @name
end

#role_ref_kind::String

Returns the value of attribute role_ref_kind.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def role_ref_kind
  @role_ref_kind
end

#role_ref_name::String

Returns the value of attribute role_ref_name.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def role_ref_name
  @role_ref_name
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def uid
  @uid
end