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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14455
14456
14457
14458
14459
# File 'lib/aws-sdk-datazone/types.rb', line 14455

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