Class: Aws::Types::StartTestRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def 
  @account_id
end

#source_server_i_ds ⇒ ::Array[::String]

Returns the value of attribute source_server_i_ds.

Returns:

  • (::Array[::String])


1900
1901
1902
# File 'sig/types.rbs', line 1900

def source_server_i_ds
  @source_server_i_ds
end

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

Returns the value of attribute tags.

Returns:

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


1901
1902
1903
# File 'sig/types.rbs', line 1901

def tags
  @tags
end