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.
523 524 525 |
# File 'sig/types.rbs', line 523 def authentication_mode @authentication_mode end |
#bootstrap_cluster_creator_admin_permissions ⇒ Boolean
Returns the value of attribute bootstrap_cluster_creator_admin_permissions.
522 523 524 |
# File 'sig/types.rbs', line 522 def @bootstrap_cluster_creator_admin_permissions end |