Class: Aws::Types::StartImagePipelineExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def client_token
  @client_token
end

#image_pipeline_arn ⇒ ::String

Returns the value of attribute image_pipeline_arn.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def image_pipeline_arn
  @image_pipeline_arn
end

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

Returns the value of attribute tags.

Returns:

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


1994
1995
1996
# File 'sig/types.rbs', line 1994

def tags
  @tags
end