Class: Aws::Types::CustomStepDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def name
  @name
end

#source_file_location::String

Returns the value of attribute source_file_location.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def source_file_location
  @source_file_location
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def target
  @target
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


237
238
239
# File 'sig/types.rbs', line 237

def timeout_seconds
  @timeout_seconds
end