Class: Aws::Types::DescribeRegistrationAttachmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationAttachmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::RegistrationAttachmentFilter]
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_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute registration_attachment_ids.
Instance Attribute Details
#filters ⇒ ::Array[Types::RegistrationAttachmentFilter]
Returns the value of attribute filters.
894 895 896 |
# File 'sig/types.rbs', line 894 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
896 897 898 |
# File 'sig/types.rbs', line 896 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
895 896 897 |
# File 'sig/types.rbs', line 895 def next_token @next_token end |
#registration_attachment_ids ⇒ ::Array[::String]
Returns the value of attribute registration_attachment_ids.
893 894 895 |
# File 'sig/types.rbs', line 893 def @registration_attachment_ids end |