Class: Aws::Types::ListImagePackagesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_package_list ⇒ ::Array[Types::ImagePackage]

Returns the value of attribute image_package_list.

Returns:



1521
1522
1523
# File 'sig/types.rbs', line 1521

def image_package_list
  @image_package_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def request_id
  @request_id
end