Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::RegistrationAttachmentFilter>
An array of RegistrationAttachmentFilter objects to filter the results.
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#registration_attachment_ids ⇒ Array<String>
The unique identifier of registration attachments to find.
Instance Attribute Details
#filters ⇒ Array<Types::RegistrationAttachmentFilter>
An array of RegistrationAttachmentFilter objects to filter the results.
2613 2614 2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2613 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2613 2614 2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2613 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.
2613 2614 2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2613 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#registration_attachment_ids ⇒ Array<String>
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
2613 2614 2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2613 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |