Class: Aws::Types::CreateIAMPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIAMPolicyAssignmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def assignment_name @assignment_name end |
#assignment_status ⇒ "ENABLED", ...
Returns the value of attribute assignment_status.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def assignment_status @assignment_status end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def aws_account_id @aws_account_id end |
#identities ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute identities.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def identities @identities end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def namespace @namespace end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def policy_arn @policy_arn end |