Class: Aws::Types::DescribeImagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6197
6198
6199
# File 'sig/types.rbs', line 6197

def dry_run
  @dry_run
end

#executable_users::Array[::String]

Returns the value of attribute executable_users.

Returns:

  • (::Array[::String])


6190
6191
6192
# File 'sig/types.rbs', line 6190

def executable_users
  @executable_users
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6198
6199
6200
# File 'sig/types.rbs', line 6198

def filters
  @filters
end

#image_ids::Array[::String]

Returns the value of attribute image_ids.

Returns:

  • (::Array[::String])


6191
6192
6193
# File 'sig/types.rbs', line 6191

def image_ids
  @image_ids
end

#include_deprecatedBoolean

Returns the value of attribute include_deprecated.

Returns:

  • (Boolean)


6193
6194
6195
# File 'sig/types.rbs', line 6193

def include_deprecated
  @include_deprecated
end

#include_disabledBoolean

Returns the value of attribute include_disabled.

Returns:

  • (Boolean)


6194
6195
6196
# File 'sig/types.rbs', line 6194

def include_disabled
  @include_disabled
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6195
6196
6197
# File 'sig/types.rbs', line 6195

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6196
6197
6198
# File 'sig/types.rbs', line 6196

def next_token
  @next_token
end

#owners::Array[::String]

Returns the value of attribute owners.

Returns:

  • (::Array[::String])


6192
6193
6194
# File 'sig/types.rbs', line 6192

def owners
  @owners
end