Class: Aws::SageMaker::Types::RoleGroupAssignment
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RoleGroupAssignment
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Defines the mapping between an in-app role and the Amazon Web Services IAM Identity Center group patterns that should be assigned to that role within the SageMaker Partner AI App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_patterns ⇒ Array<String>
A list of Amazon Web Services IAM Identity Center group patterns that should be assigned to the specified role.
-
#role_name ⇒ String
The name of the in-app role within the SageMaker Partner AI App.
Instance Attribute Details
#group_patterns ⇒ Array<String>
A list of Amazon Web Services IAM Identity Center group patterns
that should be assigned to the specified role. Group patterns
support wildcard matching using *.
44711 44712 44713 44714 44715 44716 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44711 class RoleGroupAssignment < Struct.new( :role_name, :group_patterns) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.
44711 44712 44713 44714 44715 44716 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44711 class RoleGroupAssignment < Struct.new( :role_name, :group_patterns) SENSITIVE = [] include Aws::Structure end |