Class: Aws::Types::UpdateSourceServerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def 
  @account_id
end

#connector_action ⇒ Types::SourceServerConnectorAction

Returns the value of attribute connector_action.



2159
2160
2161
# File 'sig/types.rbs', line 2159

def connector_action
  @connector_action
end

#fqdn_for_action_framework ⇒ ::String

Returns the value of attribute fqdn_for_action_framework.

Returns:

  • (::String)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def fqdn_for_action_framework
  @fqdn_for_action_framework
end

#platform ⇒ ::String

Returns the value of attribute platform.

Returns:

  • (::String)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def platform
  @platform
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def source_server_id
  @source_server_id
end

#user_provided_id ⇒ ::String

Returns the value of attribute user_provided_id.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def user_provided_id
  @user_provided_id
end