Class: Aws::Types::GetBackupPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBackupPlanOutput
- 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 ⇒ Types::BackupPlan
Returns the value of attribute backup_plan.
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#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.
-
#scheduled_runs_preview ⇒ ::Array[Types::ScheduledPlanExecutionMember]
Returns the value of attribute scheduled_runs_preview.
-
#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.
939 940 941 |
# File 'sig/types.rbs', line 939 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan ⇒ Types::BackupPlan
Returns the value of attribute backup_plan.
931 932 933 |
# File 'sig/types.rbs', line 931 def backup_plan @backup_plan end |
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
933 934 935 |
# File 'sig/types.rbs', line 933 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
932 933 934 |
# File 'sig/types.rbs', line 932 def backup_plan_id @backup_plan_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
936 937 938 |
# File 'sig/types.rbs', line 936 def creation_date @creation_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
935 936 937 |
# File 'sig/types.rbs', line 935 def creator_request_id @creator_request_id end |
#deletion_date ⇒ ::Time
Returns the value of attribute deletion_date.
937 938 939 |
# File 'sig/types.rbs', line 937 def deletion_date @deletion_date end |
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
938 939 940 |
# File 'sig/types.rbs', line 938 def last_execution_date @last_execution_date end |
#scheduled_runs_preview ⇒ ::Array[Types::ScheduledPlanExecutionMember]
Returns the value of attribute scheduled_runs_preview.
940 941 942 |
# File 'sig/types.rbs', line 940 def scheduled_runs_preview @scheduled_runs_preview end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
934 935 936 |
# File 'sig/types.rbs', line 934 def version_id @version_id end |