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
848 |
# File 'sig/client.rbs', line 848
def backup_vault_arn: () -> ::String
|
#index_completion_date ⇒ ::Time
852 |
# File 'sig/client.rbs', line 852
def index_completion_date: () -> ::Time
|
#index_creation_date ⇒ ::Time
850 |
# File 'sig/client.rbs', line 850
def index_creation_date: () -> ::Time
|
#index_deletion_date ⇒ ::Time
851 |
# File 'sig/client.rbs', line 851
def index_deletion_date: () -> ::Time
|
#index_status ⇒ "PENDING", ...
853 |
# File 'sig/client.rbs', line 853
def index_status: () -> ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
#index_status_message ⇒ ::String
854 |
# File 'sig/client.rbs', line 854
def index_status_message: () -> ::String
|
#recovery_point_arn ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def recovery_point_arn: () -> ::String
|
#source_resource_arn ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def source_resource_arn: () -> ::String
|
#total_items_indexed ⇒ ::Integer
855 |
# File 'sig/client.rbs', line 855
def total_items_indexed: () -> ::Integer
|