Class: Aws::Types::ListImagePipelineImagesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_summary_list ⇒ ::Array[Types::ImageSummary]

Returns the value of attribute image_summary_list.

Returns:



1536
1537
1538
# File 'sig/types.rbs', line 1536

def image_summary_list
  @image_summary_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def request_id
  @request_id
end