Class: Aws::Types::UpdateAccessEntryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def cluster_name
  @cluster_name
end

#kubernetes_groups::Array[::String]

Returns the value of attribute kubernetes_groups.

Returns:

  • (::Array[::String])


1972
1973
1974
# File 'sig/types.rbs', line 1972

def kubernetes_groups
  @kubernetes_groups
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def principal_arn
  @principal_arn
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def username
  @username
end