Class: Aws::Types::CreateAccessEntryRequest

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)


532
533
534
# File 'sig/types.rbs', line 532

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def cluster_name
  @cluster_name
end

#kubernetes_groups::Array[::String]

Returns the value of attribute kubernetes_groups.

Returns:

  • (::Array[::String])


530
531
532
# File 'sig/types.rbs', line 530

def kubernetes_groups
  @kubernetes_groups
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def principal_arn
  @principal_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


531
532
533
# File 'sig/types.rbs', line 531

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def type
  @type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def username
  @username
end