Class: Aws::Types::DescribePermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePermissionSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
485 486 487 |
# File 'sig/types.rbs', line 485 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def @permission_set_arn end |