Class: Aws::Types::Backup
- Inherits:
-
Object
- Object
- Aws::Types::Backup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#backup_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute backup_state.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#copy_timestamp ⇒ ::Time
Returns the value of attribute copy_timestamp.
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#delete_timestamp ⇒ ::Time
Returns the value of attribute delete_timestamp.
-
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
-
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
-
#never_expires ⇒ Boolean
Returns the value of attribute never_expires.
-
#source_backup ⇒ ::String
Returns the value of attribute source_backup.
-
#source_cluster ⇒ ::String
Returns the value of attribute source_cluster.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
13 14 15 |
# File 'sig/types.rbs', line 13 def backup_arn @backup_arn end |
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def backup_id @backup_id end |
#backup_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute backup_state.
14 15 16 |
# File 'sig/types.rbs', line 14 def backup_state @backup_state end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
15 16 17 |
# File 'sig/types.rbs', line 15 def cluster_id @cluster_id end |
#copy_timestamp ⇒ ::Time
Returns the value of attribute copy_timestamp.
17 18 19 |
# File 'sig/types.rbs', line 17 def @copy_timestamp end |
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
16 17 18 |
# File 'sig/types.rbs', line 16 def @create_timestamp end |
#delete_timestamp ⇒ ::Time
Returns the value of attribute delete_timestamp.
22 23 24 |
# File 'sig/types.rbs', line 22 def @delete_timestamp end |
#hsm_type ⇒ ::String
Returns the value of attribute hsm_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def hsm_type @hsm_type end |
#mode ⇒ "FIPS", "NON_FIPS"
Returns the value of attribute mode.
25 26 27 |
# File 'sig/types.rbs', line 25 def mode @mode end |
#never_expires ⇒ Boolean
Returns the value of attribute never_expires.
18 19 20 |
# File 'sig/types.rbs', line 18 def never_expires @never_expires end |
#source_backup ⇒ ::String
Returns the value of attribute source_backup.
20 21 22 |
# File 'sig/types.rbs', line 20 def source_backup @source_backup end |
#source_cluster ⇒ ::String
Returns the value of attribute source_cluster.
21 22 23 |
# File 'sig/types.rbs', line 21 def source_cluster @source_cluster end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
19 20 21 |
# File 'sig/types.rbs', line 19 def source_region @source_region end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
23 24 25 |
# File 'sig/types.rbs', line 23 def tag_list @tag_list end |