Class: Aws::WorkDocs::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::Subscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes a subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_point ⇒ String
The endpoint of the subscription.
-
#protocol ⇒ String
The protocol of the subscription.
-
#subscription_id ⇒ String
The ID of the subscription.
Instance Attribute Details
#end_point ⇒ String
The endpoint of the subscription.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2760 class Subscription < Struct.new( :subscription_id, :end_point, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol of the subscription.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2760 class Subscription < Struct.new( :subscription_id, :end_point, :protocol) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The ID of the subscription.
2760 2761 2762 2763 2764 2765 2766 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2760 class Subscription < Struct.new( :subscription_id, :end_point, :protocol) SENSITIVE = [] include Aws::Structure end |