Class: Aws::WorkDocs::Types::Subscription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Describes a subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_pointString

The endpoint of the subscription.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2760

class Subscription < Struct.new(
  :subscription_id,
  :end_point,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol of the subscription.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2760

class Subscription < Struct.new(
  :subscription_id,
  :end_point,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_idString

The ID of the subscription.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2760

class Subscription < Struct.new(
  :subscription_id,
  :end_point,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end