Class: Aws::Types::CreateAccessConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessConfigRequest
- 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.
465 466 467 |
# File 'sig/types.rbs', line 465 def authentication_mode @authentication_mode end |
#bootstrap_cluster_creator_admin_permissions ⇒ Boolean
Returns the value of attribute bootstrap_cluster_creator_admin_permissions.
464 465 466 |
# File 'sig/types.rbs', line 464 def @bootstrap_cluster_creator_admin_permissions end |