Class: Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_body ⇒ String
The registration file to upload.
-
#attachment_url ⇒ String
Registration files have to be stored in an Amazon S3 bucket.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the registration attachment.
Instance Attribute Details
#attachment_body ⇒ String
The registration file to upload. The maximum file size is 500KB and valid file extensions are PDF, JPEG and PNG.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 867 class CreateRegistrationAttachmentRequest < Struct.new( :attachment_body, :attachment_url, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#attachment_url ⇒ String
Registration files have to be stored in an Amazon S3 bucket. The URI to use when sending is in the format ‘s3://BucketName/FileName`.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 867 class CreateRegistrationAttachmentRequest < Struct.new( :attachment_body, :attachment_url, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, a randomly generated token is used for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 867 class CreateRegistrationAttachmentRequest < Struct.new( :attachment_body, :attachment_url, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the registration attachment.
867 868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 867 class CreateRegistrationAttachmentRequest < Struct.new( :attachment_body, :attachment_url, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |