Class: Aws::Types::ListManagedMicrovmImageVersionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_identifier::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def image_identifier
  @image_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


258
259
260
# File 'sig/types.rbs', line 258

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def next_token
  @next_token
end