Class: Aws::Types::ListImageReferrersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ListImageReferrersFilter

Returns the value of attribute filter.



838
839
840
# File 'sig/types.rbs', line 838

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


840
841
842
# File 'sig/types.rbs', line 840

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def repository_name
  @repository_name
end

#subject_idTypes::SubjectIdentifier

Returns the value of attribute subject_id.



837
838
839
# File 'sig/types.rbs', line 837

def subject_id
  @subject_id
end