Class: Aws::Types::ApplicationAssignment
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationAssignment
- 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.
91 92 93 |
# File 'sig/types.rbs', line 91 def application_arn @application_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def principal_type @principal_type end |