Class: Aws::Types::AccessEntry
- Inherits:
-
Object
- Object
- Aws::Types::AccessEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_entry_arn ⇒ ::String
Returns the value of attribute access_entry_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#kubernetes_groups ⇒ ::Array[::String]
Returns the value of attribute kubernetes_groups.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#access_entry_arn ⇒ ::String
Returns the value of attribute access_entry_arn.
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.
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.
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.
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.
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.
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.
29 30 31 |
# File 'sig/types.rbs', line 29 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
31 32 33 |
# File 'sig/types.rbs', line 31 def type @type end |
#username ⇒ ::String
Returns the value of attribute username.
30 31 32 |
# File 'sig/types.rbs', line 30 def username @username end |