Class: Aws::Types::AccessConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::AccessConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_mode ⇒ "API", ...
Returns the value of attribute authentication_mode.
-
#bootstrap_cluster_creator_admin_permissions ⇒ Boolean
Returns the value of attribute bootstrap_cluster_creator_admin_permissions.
Instance Attribute Details
#authentication_mode ⇒ "API", ...
Returns the value of attribute authentication_mode.
13 14 15 |
# File 'sig/types.rbs', line 13 def authentication_mode @authentication_mode end |
#bootstrap_cluster_creator_admin_permissions ⇒ Boolean
Returns the value of attribute bootstrap_cluster_creator_admin_permissions.
12 13 14 |
# File 'sig/types.rbs', line 12 def @bootstrap_cluster_creator_admin_permissions end |