Class: Aws::SNS::Types::GetEndpointAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetEndpointAttributesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for GetEndpointAttributes action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
EndpointArn for GetEndpointAttributes input.
Instance Attribute Details
#endpoint_arn ⇒ String
EndpointArn for GetEndpointAttributes input.
622 623 624 625 626 |
# File 'lib/aws-sdk-sns/types.rb', line 622 class GetEndpointAttributesInput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |