Class: Aws::Types::SourceServer
- Inherits:
-
Object
- Object
- Aws::Types::SourceServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_action ⇒ Types::SourceServerConnectorAction
Returns the value of attribute connector_action.
-
#data_replication_info ⇒ Types::DataReplicationInfo
Returns the value of attribute data_replication_info.
-
#fqdn_for_action_framework ⇒ ::String
Returns the value of attribute fqdn_for_action_framework.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#launched_instance ⇒ Types::LaunchedInstance
Returns the value of attribute launched_instance.
-
#life_cycle ⇒ Types::LifeCycle
Returns the value of attribute life_cycle.
-
#replication_type ⇒ "AGENT_BASED", "SNAPSHOT_SHIPPING"
Returns the value of attribute replication_type.
-
#source_properties ⇒ Types::SourceProperties
Returns the value of attribute source_properties.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#user_provided_id ⇒ ::String
Returns the value of attribute user_provided_id.
-
#vcenter_client_id ⇒ ::String
Returns the value of attribute vcenter_client_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
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.
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.
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.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def @tags end |
#user_provided_id ⇒ ::String
Returns the value of attribute user_provided_id.
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.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def vcenter_client_id @vcenter_client_id end |