Class: Aws::Types::AccessEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_entry_arn::String

Returns the value of attribute access_entry_arn.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def access_entry_arn
  @access_entry_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


27
28
29
# File 'sig/types.rbs', line 27

def created_at
  @created_at
end

#kubernetes_groups::Array[::String]

Returns the value of attribute kubernetes_groups.

Returns:

  • (::Array[::String])


25
26
27
# File 'sig/types.rbs', line 25

def kubernetes_groups
  @kubernetes_groups
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


28
29
30
# File 'sig/types.rbs', line 28

def modified_at
  @modified_at
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def principal_arn
  @principal_arn
end

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

Returns the value of attribute tags.

Returns:

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


29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def type
  @type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def username
  @username
end