Class: Aws::Types::EFSAuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::EFSAuthorizationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#iam ⇒ "ENABLED", "DISABLED"
Returns the value of attribute iam.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def access_point_id @access_point_id end |
#iam ⇒ "ENABLED", "DISABLED"
Returns the value of attribute iam.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def iam @iam end |