Class: Aws::Types::CreateAccessPointResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#alias ⇒ ::String
Returns the value of attribute alias.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
224 225 226 |
# File 'sig/types.rbs', line 224 def access_point_arn @access_point_arn end |
#alias ⇒ ::String
Returns the value of attribute alias.
225 226 227 |
# File 'sig/types.rbs', line 225 def alias @alias end |