Class: Aws::Types::IndexedRecoveryPoint
- Inherits:
-
Object
- Object
- Aws::Types::IndexedRecoveryPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_creation_date ⇒ ::Time
Returns the value of attribute backup_creation_date.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#index_creation_date ⇒ ::Time
Returns the value of attribute index_creation_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.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
Instance Attribute Details
#backup_creation_date ⇒ ::Time
Returns the value of attribute backup_creation_date.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def backup_creation_date @backup_creation_date end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def backup_vault_arn @backup_vault_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def iam_role_arn @iam_role_arn end |
#index_creation_date ⇒ ::Time
Returns the value of attribute index_creation_date.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def index_creation_date @index_creation_date end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def index_status @index_status end |
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def @index_status_message end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def recovery_point_arn @recovery_point_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def resource_type @resource_type end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def source_resource_arn @source_resource_arn end |