Class: Aws::Types::DeleteIAMPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIAMPolicyAssignmentRequest
- 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.
3957 3958 3959 |
# File 'sig/types.rbs', line 3957 def assignment_name @assignment_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3956 3957 3958 |
# File 'sig/types.rbs', line 3956 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
3958 3959 3960 |
# File 'sig/types.rbs', line 3958 def namespace @namespace end |