Class: Aws::SNS::Types::DeleteEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::DeleteEndpointInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for ‘DeleteEndpoint` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
‘EndpointArn` of endpoint to delete.
Instance Attribute Details
#endpoint_arn ⇒ String
‘EndpointArn` of endpoint to delete.
474 475 476 477 478 |
# File 'lib/aws-sdk-sns/types.rb', line 474 class DeleteEndpointInput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |