Class: AWS::IAM::User
- Inherits:
-
ModelElement
- Object
- ModelElement
- AWS::IAM::User
- Defined in:
- lib/cfn-model/model/iam_user.rb
Instance Attribute Summary collapse
-
#group_names ⇒ Object
synthesized version of policies.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#loginProfile ⇒ Object
Returns the value of attribute loginProfile.
-
#path ⇒ Object
Returns the value of attribute path.
-
#policies ⇒ Object
Returns the value of attribute policies.
-
#policy_objects ⇒ Object
synthesized version of policies.
-
#userName ⇒ Object
Returns the value of attribute userName.
Attributes inherited from ModelElement
#logical_resource_id, #resource_type
Instance Method Summary collapse
-
#initialize ⇒ User
constructor
A new instance of User.
Methods inherited from ModelElement
Constructor Details
#initialize ⇒ User
Returns a new instance of User.
9 10 11 12 13 14 15 |
# File 'lib/cfn-model/model/iam_user.rb', line 9 def initialize @groups = [] @policies = [] @policy_objects = [] @group_names = [] @resource_type = 'AWS::IAM::User' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ModelElement
Instance Attribute Details
#group_names ⇒ Object
synthesized version of policies
7 8 9 |
# File 'lib/cfn-model/model/iam_user.rb', line 7 def group_names @group_names end |
#groups ⇒ Object
Returns the value of attribute groups.
4 5 6 |
# File 'lib/cfn-model/model/iam_user.rb', line 4 def groups @groups end |
#loginProfile ⇒ Object
Returns the value of attribute loginProfile.
4 5 6 |
# File 'lib/cfn-model/model/iam_user.rb', line 4 def loginProfile @loginProfile end |
#path ⇒ Object
Returns the value of attribute path.
4 5 6 |
# File 'lib/cfn-model/model/iam_user.rb', line 4 def path @path end |
#policies ⇒ Object
Returns the value of attribute policies.
4 5 6 |
# File 'lib/cfn-model/model/iam_user.rb', line 4 def policies @policies end |
#policy_objects ⇒ Object
synthesized version of policies
7 8 9 |
# File 'lib/cfn-model/model/iam_user.rb', line 7 def policy_objects @policy_objects end |
#userName ⇒ Object
Returns the value of attribute userName.
4 5 6 |
# File 'lib/cfn-model/model/iam_user.rb', line 4 def userName @userName end |