Class: Aws::Types::ListImagePipelinesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_pipeline_list ⇒ ::Array[Types::ImagePipeline]

Returns the value of attribute image_pipeline_list.

Returns:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def image_pipeline_list
  @image_pipeline_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def request_id
  @request_id
end