Class: Aws::Types::DescribeRegistrationVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::RegistrationVersionFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#version_numbers ⇒ ::Array[::Integer]
Returns the value of attribute version_numbers.
Instance Attribute Details
#filters ⇒ ::Array[Types::RegistrationVersionFilter]
Returns the value of attribute filters.
973 974 975 |
# File 'sig/types.rbs', line 973 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
975 976 977 |
# File 'sig/types.rbs', line 975 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
974 975 976 |
# File 'sig/types.rbs', line 974 def next_token @next_token end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def registration_id @registration_id end |
#version_numbers ⇒ ::Array[::Integer]
Returns the value of attribute version_numbers.
972 973 974 |
# File 'sig/types.rbs', line 972 def version_numbers @version_numbers end |