Class: Aws::Types::EnvironmentMember
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_access ⇒ ::Time
Returns the value of attribute last_access.
-
#permissions ⇒ "owner", ...
Returns the value of attribute permissions.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def environment_id @environment_id end |
#last_access ⇒ ::Time
Returns the value of attribute last_access.
130 131 132 |
# File 'sig/types.rbs', line 130 def last_access @last_access end |
#permissions ⇒ "owner", ...
Returns the value of attribute permissions.
126 127 128 |
# File 'sig/types.rbs', line 126 def @permissions end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
128 129 130 |
# File 'sig/types.rbs', line 128 def user_arn @user_arn end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def user_id @user_id end |