Class: Aws::Types::DescribeIAMPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIAMPolicyAssignmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
4801 4802 4803 |
# File 'sig/types.rbs', line 4801 def assignment_name @assignment_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4800 4801 4802 |
# File 'sig/types.rbs', line 4800 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4802 4803 4804 |
# File 'sig/types.rbs', line 4802 def namespace @namespace end |