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.
5023 5024 5025 |
# File 'sig/types.rbs', line 5023 def assignment_name @assignment_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5022 5023 5024 |
# File 'sig/types.rbs', line 5022 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
5024 5025 5026 |
# File 'sig/types.rbs', line 5024 def namespace @namespace end |