Class: Aws::Types::RemoveSourceServerActionRequest

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)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def 
  @account_id
end

#action_id ⇒ ::String

Returns the value of attribute action_id.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def action_id
  @action_id
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def source_server_id
  @source_server_id
end