Module: Aws::Backup::Client::_GetRecoveryPointIndexDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecoveryPointIndexDetailsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #backup_vault_arn ⇒ ::String
- #index_completion_date ⇒ ::Time
- #index_creation_date ⇒ ::Time
- #index_deletion_date ⇒ ::Time
- #index_status ⇒ "PENDING", ...
- #index_status_message ⇒ ::String
- #recovery_point_arn ⇒ ::String
- #source_resource_arn ⇒ ::String
- #total_items_indexed ⇒ ::Integer
Instance Method Details
#backup_vault_arn ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def backup_vault_arn: () -> ::String
|
#index_completion_date ⇒ ::Time
893 |
# File 'sig/client.rbs', line 893
def index_completion_date: () -> ::Time
|
#index_creation_date ⇒ ::Time
891 |
# File 'sig/client.rbs', line 891
def index_creation_date: () -> ::Time
|
#index_deletion_date ⇒ ::Time
892 |
# File 'sig/client.rbs', line 892
def index_deletion_date: () -> ::Time
|
#index_status ⇒ "PENDING", ...
894 |
# File 'sig/client.rbs', line 894
def index_status: () -> ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
#index_status_message ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def index_status_message: () -> ::String
|
#recovery_point_arn ⇒ ::String
888 |
# File 'sig/client.rbs', line 888
def recovery_point_arn: () -> ::String
|
#source_resource_arn ⇒ ::String
890 |
# File 'sig/client.rbs', line 890
def source_resource_arn: () -> ::String
|
#total_items_indexed ⇒ ::Integer
896 |
# File 'sig/client.rbs', line 896
def total_items_indexed: () -> ::Integer
|