Class: Aws::DataZone::Types::SubscribedProjectInput

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

Overview

The project that is to be given a subscription grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the project that is to be given a subscription grant.

Returns:

  • (String)


14597
14598
14599
14600
14601
# File 'lib/aws-sdk-datazone/types.rb', line 14597

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