Class: Aws::DataZone::Types::SubscribedListingInput

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

Overview

The published asset for which the subscription grant is to be created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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

Returns:

  • (String)


10149
10150
10151
10152
10153
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10149

class SubscribedListingInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end