Class: Aws::DataZone::Types::SubscribedListing

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

Overview

The details of the published asset for which the subscription grant is created.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#idString

The identifier of the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#itemTypes::SubscribedListingItem

The published asset for which the subscription grant is created.



10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#owner_project_idString

The identifier of the project of the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#owner_project_nameString

The name of the project that owns the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end

#revisionString

The revision of the published asset for which the subscription grant is created.

Returns:

  • (String)


10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10128

class SubscribedListing < Struct.new(
  :description,
  :id,
  :item,
  :name,
  :owner_project_id,
  :owner_project_name,
  :revision)
  SENSITIVE = [:description]
  include Aws::Structure
end