Class: Aws::Types::CreateGroupProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def domain_identifier @domain_identifier end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def group_identifier @group_identifier end |
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def role_principal_arn @role_principal_arn end |