Class: Aws::Types::CreateApplicationAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationAssignmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def application_arn @application_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def principal_type @principal_type end |