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

#image_ids ⇒ ::Array[Types::ImageIdentifier]

Returns the value of attribute image_ids.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def image_ids
  @image_ids
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


116
117
118
# File 'sig/types.rbs', line 116

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def next_token
  @next_token
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def repository_name
  @repository_name
end