Method: Aws::Pinpoint::Types::PublicEndpoint#effective_date
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#effective_date ⇒ String
The date and time, in ISO 8601 format, when the endpoint was last updated.
9938 9939 9940 9941 9942 9943 9944 9945 9946 9947 9948 9949 9950 9951 9952 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9938 class PublicEndpoint < Struct.new( :address, :attributes, :channel_type, :demographic, :effective_date, :endpoint_status, :location, :metrics, :opt_out, :request_id, :user) SENSITIVE = [] include Aws::Structure end |