Method: Aws::SNS::Types::GetEndpointAttributesInput#endpoint_arn
- Defined in:
- lib/aws-sdk-sns/types.rb
#endpoint_arn ⇒ String
EndpointArn for GetEndpointAttributes input.
717 718 719 720 721 |
# File 'lib/aws-sdk-sns/types.rb', line 717 class GetEndpointAttributesInput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |