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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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

#identifier ⇒ String

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

Returns:

  • (String)


22721
22722
22723
22724
22725
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22721

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