Class: Aws::Types::RecoveryInstance
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_replication_info ⇒ Types::RecoveryInstanceDataReplicationInfo
Returns the value of attribute data_replication_info.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#ec2_instance_state ⇒ "PENDING", ...
Returns the value of attribute ec2_instance_state.
-
#failback ⇒ Types::RecoveryInstanceFailback
Returns the value of attribute failback.
-
#is_drill ⇒ Boolean
Returns the value of attribute is_drill.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#origin_availability_zone ⇒ ::String
Returns the value of attribute origin_availability_zone.
-
#origin_environment ⇒ "ON_PREMISES", "AWS"
Returns the value of attribute origin_environment.
-
#point_in_time_snapshot_date_time ⇒ ::String
Returns the value of attribute point_in_time_snapshot_date_time.
-
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
-
#recovery_instance_properties ⇒ Types::RecoveryInstanceProperties
Returns the value of attribute recovery_instance_properties.
-
#source_outpost_arn ⇒ ::String
Returns the value of attribute source_outpost_arn.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
894 895 896 |
# File 'sig/types.rbs', line 894 def agent_version @agent_version end |
#arn ⇒ ::String
Returns the value of attribute arn.
885 886 887 |
# File 'sig/types.rbs', line 885 def arn @arn end |
#data_replication_info ⇒ Types::RecoveryInstanceDataReplicationInfo
Returns the value of attribute data_replication_info.
888 889 890 |
# File 'sig/types.rbs', line 888 def data_replication_info @data_replication_info end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def ec2_instance_id @ec2_instance_id end |
#ec2_instance_state ⇒ "PENDING", ...
Returns the value of attribute ec2_instance_state.
881 882 883 |
# File 'sig/types.rbs', line 881 def ec2_instance_state @ec2_instance_state end |
#failback ⇒ Types::RecoveryInstanceFailback
Returns the value of attribute failback.
887 888 889 |
# File 'sig/types.rbs', line 887 def failback @failback end |
#is_drill ⇒ Boolean
Returns the value of attribute is_drill.
891 892 893 |
# File 'sig/types.rbs', line 891 def is_drill @is_drill end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
882 883 884 |
# File 'sig/types.rbs', line 882 def job_id @job_id end |
#origin_availability_zone ⇒ ::String
Returns the value of attribute origin_availability_zone.
893 894 895 |
# File 'sig/types.rbs', line 893 def origin_availability_zone @origin_availability_zone end |
#origin_environment ⇒ "ON_PREMISES", "AWS"
Returns the value of attribute origin_environment.
892 893 894 |
# File 'sig/types.rbs', line 892 def origin_environment @origin_environment end |
#point_in_time_snapshot_date_time ⇒ ::String
Returns the value of attribute point_in_time_snapshot_date_time.
890 891 892 |
# File 'sig/types.rbs', line 890 def point_in_time_snapshot_date_time @point_in_time_snapshot_date_time end |
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
883 884 885 |
# File 'sig/types.rbs', line 883 def recovery_instance_id @recovery_instance_id end |
#recovery_instance_properties ⇒ Types::RecoveryInstanceProperties
Returns the value of attribute recovery_instance_properties.
889 890 891 |
# File 'sig/types.rbs', line 889 def recovery_instance_properties @recovery_instance_properties end |
#source_outpost_arn ⇒ ::String
Returns the value of attribute source_outpost_arn.
895 896 897 |
# File 'sig/types.rbs', line 895 def source_outpost_arn @source_outpost_arn end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
884 885 886 |
# File 'sig/types.rbs', line 884 def source_server_id @source_server_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
886 887 888 |
# File 'sig/types.rbs', line 886 def @tags end |