Class: Aws::Types::CreateBackupAccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupAccessPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute access_point_metadata.
-
#access_point_policy ⇒ ::String
Returns the value of attribute access_point_policy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_point_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute access_point_metadata.
302 303 304 |
# File 'sig/types.rbs', line 302 def @access_point_metadata end |
#access_point_policy ⇒ ::String
Returns the value of attribute access_point_policy.
303 304 305 |
# File 'sig/types.rbs', line 303 def access_point_policy @access_point_policy end |
#name ⇒ ::String
Returns the value of attribute name.
304 305 306 |
# File 'sig/types.rbs', line 304 def name @name end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def recovery_point_arn @recovery_point_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
306 307 308 |
# File 'sig/types.rbs', line 306 def @tags end |