Class: Aws::Types::RecoveryInstance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def agent_version
  @agent_version
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def arn
  @arn
end

#data_replication_infoTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "RUNNING", "STOPPING", "STOPPED", "SHUTTING-DOWN", "TERMINATED", "NOT_FOUND")


881
882
883
# File 'sig/types.rbs', line 881

def ec2_instance_state
  @ec2_instance_state
end

#failbackTypes::RecoveryInstanceFailback

Returns the value of attribute failback.



887
888
889
# File 'sig/types.rbs', line 887

def failback
  @failback
end

#is_drillBoolean

Returns the value of attribute is_drill.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ON_PREMISES", "AWS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def recovery_instance_id
  @recovery_instance_id
end

#recovery_instance_propertiesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


886
887
888
# File 'sig/types.rbs', line 886

def tags
  @tags
end