Class: Aws::Types::DescribeImageReferencesRequest

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)


5888
5889
5890
# File 'sig/types.rbs', line 5888

def dry_run
  @dry_run
end

#image_ids::Array[::String]

Returns the value of attribute image_ids.

Returns:

  • (::Array[::String])


5884
5885
5886
# File 'sig/types.rbs', line 5884

def image_ids
  @image_ids
end

#include_all_resource_typesBoolean

Returns the value of attribute include_all_resource_types.

Returns:

  • (Boolean)


5885
5886
5887
# File 'sig/types.rbs', line 5885

def include_all_resource_types
  @include_all_resource_types
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5889
5890
5891
# File 'sig/types.rbs', line 5889

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5887
5888
5889
# File 'sig/types.rbs', line 5887

def next_token
  @next_token
end

#resource_types::Array[Types::ResourceTypeRequest]

Returns the value of attribute resource_types.

Returns:



5886
5887
5888
# File 'sig/types.rbs', line 5886

def resource_types
  @resource_types
end