Class: Aws::Types::ApplicationAssignmentForPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationAssignmentForPrincipal
- 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.
98 99 100 |
# File 'sig/types.rbs', line 98 def application_arn @application_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
100 101 102 |
# File 'sig/types.rbs', line 100 def principal_type @principal_type end |