Class: Aws::Types::StartTestRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def account_id @account_id end |
#source_server_i_ds ⇒ ::Array[::String]
Returns the value of attribute source_server_i_ds.
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.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def @tags end |