Class: Aws::Types::CreateIAMPolicyAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateIAMPolicyAssignmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
-
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def assignment_id @assignment_id end |
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def assignment_status @assignment_status end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def identities @identities end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def policy_arn @policy_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def status @status end |