Class: Aws::Types::TerminateServiceJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array[::String]

Returns the value of attribute jobs.

Returns:



1778
1779
1780
# File 'sig/types.rbs', line 1778

def jobs
  @jobs
end

#reason::String

Returns the value of attribute reason.

Returns:



1779
1780
1781
# File 'sig/types.rbs', line 1779

def reason
  @reason
end