Class: Aws::Types::CreateImagePipelineResponse

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)


319
320
321
# File 'sig/types.rbs', line 319

def client_token
  @client_token
end

#image_pipeline_arn ⇒ ::String

Returns the value of attribute image_pipeline_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def image_pipeline_arn
  @image_pipeline_arn
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def request_id
  @request_id
end