Class: Aws::Types::DescribeApplicationAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationAssignmentResponse
- 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.
406 407 408 |
# File 'sig/types.rbs', line 406 def application_arn @application_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
404 405 406 |
# File 'sig/types.rbs', line 404 def principal_type @principal_type end |