Class: Aws::Types::SourceServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def arn
  @arn
end

#connector_action ⇒ Types::SourceServerConnectorAction

Returns the value of attribute connector_action.



1701
1702
1703
# File 'sig/types.rbs', line 1701

def connector_action
  @connector_action
end

#data_replication_info ⇒ Types::DataReplicationInfo

Returns the value of attribute data_replication_info.



1693
1694
1695
# File 'sig/types.rbs', line 1693

def data_replication_info
  @data_replication_info
end

#fqdn_for_action_framework ⇒ ::String

Returns the value of attribute fqdn_for_action_framework.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def fqdn_for_action_framework
  @fqdn_for_action_framework
end

#is_archived ⇒ Boolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def is_archived
  @is_archived
end

#launched_instance ⇒ Types::LaunchedInstance

Returns the value of attribute launched_instance.



1692
1693
1694
# File 'sig/types.rbs', line 1692

def launched_instance
  @launched_instance
end

#life_cycle ⇒ Types::LifeCycle

Returns the value of attribute life_cycle.

Returns:



1694
1695
1696
# File 'sig/types.rbs', line 1694

def life_cycle
  @life_cycle
end

#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"

Returns the value of attribute replication_type.

Returns:

  • ("AGENT_BASED", "SNAPSHOT_SHIPPING")


1696
1697
1698
# File 'sig/types.rbs', line 1696

def replication_type
  @replication_type
end

#source_properties ⇒ Types::SourceProperties

Returns the value of attribute source_properties.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def source_properties
  @source_properties
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def source_server_id
  @source_server_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1691
1692
1693
# File 'sig/types.rbs', line 1691

def tags
  @tags
end

#user_provided_id ⇒ ::String

Returns the value of attribute user_provided_id.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def user_provided_id
  @user_provided_id
end

#vcenter_client_id ⇒ ::String

Returns the value of attribute vcenter_client_id.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def vcenter_client_id
  @vcenter_client_id
end