Method: Aws::Pinpoint::Types::APNSVoipChannelResponse#id
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#id ⇒ String
(Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.
933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 933 class APNSVoipChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |