Class: Aws::Types::ListImageBuildVersionsResponse

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:



1507
1508
1509
# File 'sig/types.rbs', line 1507

def image_summary_list
  @image_summary_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def request_id
  @request_id
end