Class: Aws::Types::IamActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::IamActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#roles ⇒ ::Array[::String]
Returns the value of attribute roles.
-
#users ⇒ ::Array[::String]
Returns the value of attribute users.
Instance Attribute Details
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
444 445 446 |
# File 'sig/types.rbs', line 444 def groups @groups end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
442 443 444 |
# File 'sig/types.rbs', line 442 def policy_arn @policy_arn end |
#roles ⇒ ::Array[::String]
Returns the value of attribute roles.
443 444 445 |
# File 'sig/types.rbs', line 443 def roles @roles end |
#users ⇒ ::Array[::String]
Returns the value of attribute users.
445 446 447 |
# File 'sig/types.rbs', line 445 def users @users end |