Class: Aws::Types::GetRecoveryPointIndexDetailsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRecoveryPointIndexDetailsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#index_completion_date ⇒ ::Time
Returns the value of attribute index_completion_date.
-
#index_creation_date ⇒ ::Time
Returns the value of attribute index_creation_date.
-
#index_deletion_date ⇒ ::Time
Returns the value of attribute index_deletion_date.
-
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
-
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
-
#total_items_indexed ⇒ ::Integer
Returns the value of attribute total_items_indexed.
Instance Attribute Details
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def backup_vault_arn @backup_vault_arn end |
#index_completion_date ⇒ ::Time
Returns the value of attribute index_completion_date.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def index_completion_date @index_completion_date end |
#index_creation_date ⇒ ::Time
Returns the value of attribute index_creation_date.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def index_creation_date @index_creation_date end |
#index_deletion_date ⇒ ::Time
Returns the value of attribute index_deletion_date.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def index_deletion_date @index_deletion_date end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def index_status @index_status end |
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def @index_status_message end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def recovery_point_arn @recovery_point_arn end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def source_resource_arn @source_resource_arn end |
#total_items_indexed ⇒ ::Integer
Returns the value of attribute total_items_indexed.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def total_items_indexed @total_items_indexed end |