Class: Aws::Types::ListImageReferrersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImageReferrersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::ListImageReferrersFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#subject_id ⇒ Types::SubjectIdentifier
Returns the value of attribute subject_id.
Instance Attribute Details
#filter ⇒ Types::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.
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.
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.
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.
836 837 838 |
# File 'sig/types.rbs', line 836 def repository_name @repository_name end |
#subject_id ⇒ Types::SubjectIdentifier
Returns the value of attribute subject_id.
837 838 839 |
# File 'sig/types.rbs', line 837 def subject_id @subject_id end |