Class: Aws::Types::DescribeBackupAccessPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBackupAccessPointResponse
- 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.
-
#access_point_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute access_point_metadata.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
590 591 592 |
# File 'sig/types.rbs', line 590 def access_point_arn @access_point_arn end |
#access_point_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute access_point_metadata.
591 592 593 |
# File 'sig/types.rbs', line 591 def @access_point_metadata end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
593 594 595 |
# File 'sig/types.rbs', line 593 def backup_vault_name @backup_vault_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
594 595 596 |
# File 'sig/types.rbs', line 594 def creation_time @creation_time end |
#name ⇒ ::String
Returns the value of attribute name.
595 596 597 |
# File 'sig/types.rbs', line 595 def name @name end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
596 597 598 |
# File 'sig/types.rbs', line 596 def recovery_point_arn @recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
597 598 599 |
# File 'sig/types.rbs', line 597 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
598 599 600 |
# File 'sig/types.rbs', line 598 def resource_type @resource_type end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
599 600 601 |
# File 'sig/types.rbs', line 599 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
600 601 602 |
# File 'sig/types.rbs', line 600 def @status_message end |