Class: Aws::Types::CreatePermissionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePermissionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_permissions ⇒ ::Array[("CreateDataset" | "ManageClusters" | "ManageUsersAndGroups" | "ManageAttributeSets" | "ViewAuditData" | "AccessNotebooks" | "GetTemporaryCredentials")]
Returns the value of attribute application_permissions.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#application_permissions ⇒ ::Array[("CreateDataset" | "ManageClusters" | "ManageUsersAndGroups" | "ManageAttributeSets" | "ViewAuditData" | "AccessNotebooks" | "GetTemporaryCredentials")]
Returns the value of attribute application_permissions.
124 125 126 |
# File 'sig/types.rbs', line 124 def @application_permissions end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
125 126 127 |
# File 'sig/types.rbs', line 125 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
123 124 125 |
# File 'sig/types.rbs', line 123 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |