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.
4120 4121 4122 |
# File 'sig/types.rbs', line 4120 def assignment_name @assignment_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4119 4120 4121 |
# File 'sig/types.rbs', line 4119 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4121 4122 4123 |
# File 'sig/types.rbs', line 4121 def namespace @namespace end |