Class: Aws::Types::BackupPlansListMember
- Inherits:
-
Object
- Object
- Aws::Types::BackupPlansListMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
-
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
118 119 120 |
# File 'sig/types.rbs', line 118 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
111 112 113 |
# File 'sig/types.rbs', line 111 def backup_plan_id @backup_plan_id end |
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def backup_plan_name @backup_plan_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
112 113 114 |
# File 'sig/types.rbs', line 112 def creation_date @creation_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def creator_request_id @creator_request_id end |
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
113 114 115 |
# File 'sig/types.rbs', line 113 def deletion_date @deletion_date end |
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
117 118 119 |
# File 'sig/types.rbs', line 117 def last_execution_date @last_execution_date end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def version_id @version_id end |