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)


6122
6123
6124
# File 'sig/types.rbs', line 6122

def dry_run
  @dry_run
end

#executable_users::Array[::String]

Returns the value of attribute executable_users.

Returns:

  • (::Array[::String])


6115
6116
6117
# File 'sig/types.rbs', line 6115

def executable_users
  @executable_users
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6123
6124
6125
# File 'sig/types.rbs', line 6123

def filters
  @filters
end

#image_ids::Array[::String]

Returns the value of attribute image_ids.

Returns:

  • (::Array[::String])


6116
6117
6118
# File 'sig/types.rbs', line 6116

def image_ids
  @image_ids
end

#include_deprecatedBoolean

Returns the value of attribute include_deprecated.

Returns:

  • (Boolean)


6118
6119
6120
# File 'sig/types.rbs', line 6118

def include_deprecated
  @include_deprecated
end

#include_disabledBoolean

Returns the value of attribute include_disabled.

Returns:

  • (Boolean)


6119
6120
6121
# File 'sig/types.rbs', line 6119

def include_disabled
  @include_disabled
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6120
6121
6122
# File 'sig/types.rbs', line 6120

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6121
6122
6123
# File 'sig/types.rbs', line 6121

def next_token
  @next_token
end

#owners::Array[::String]

Returns the value of attribute owners.

Returns:

  • (::Array[::String])


6117
6118
6119
# File 'sig/types.rbs', line 6117

def owners
  @owners
end