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.
623 624 625 626 627 |
# File 'lib/aws-sdk-sns/types.rb', line 623 class GetEndpointAttributesInput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |