Module: Aws::Backup::Client::_DescribeBackupAccessPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBackupAccessPointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_arn ⇒ ::String
- #access_point_metadata ⇒ ::Hash[::String, ::String]
- #backup_vault_arn ⇒ ::String
- #backup_vault_name ⇒ ::String
- #creation_time ⇒ ::Time
- #name ⇒ ::String
- #recovery_point_arn ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_type ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #status_message ⇒ ::String
Instance Method Details
#access_point_arn ⇒ ::String
464 |
# File 'sig/client.rbs', line 464 def access_point_arn: () -> ::String |
#access_point_metadata ⇒ ::Hash[::String, ::String]
465 |
# File 'sig/client.rbs', line 465 def access_point_metadata: () -> ::Hash[::String, ::String] |
#backup_vault_arn ⇒ ::String
466 |
# File 'sig/client.rbs', line 466 def backup_vault_arn: () -> ::String |
#backup_vault_name ⇒ ::String
467 |
# File 'sig/client.rbs', line 467 def backup_vault_name: () -> ::String |
#creation_time ⇒ ::Time
468 |
# File 'sig/client.rbs', line 468 def creation_time: () -> ::Time |
#name ⇒ ::String
469 |
# File 'sig/client.rbs', line 469 def name: () -> ::String |
#recovery_point_arn ⇒ ::String
470 |
# File 'sig/client.rbs', line 470 def recovery_point_arn: () -> ::String |
#resource_arn ⇒ ::String
471 |
# File 'sig/client.rbs', line 471 def resource_arn: () -> ::String |
#resource_type ⇒ ::String
472 |
# File 'sig/client.rbs', line 472 def resource_type: () -> ::String |
#status ⇒ "AVAILABLE", ...
473 |
# File 'sig/client.rbs', line 473 def status: () -> ("AVAILABLE" | "CREATING" | "DELETING" | "DISASSOCIATED" | "DISASSOCIATING" | "EXPIRED" | "FAILED") |
#status_message ⇒ ::String
474 |
# File 'sig/client.rbs', line 474 def status_message: () -> ::String |