Class: Aws::Types::ObjectLambdaAccessPointAlias
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLambdaAccessPointAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "PROVISIONING", "READY"
Returns the value of attribute status.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#status ⇒ "PROVISIONING", "READY"
Returns the value of attribute status.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def value @value end |