Class: Aws::DataZone::Types::SubscribedProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedProjectInput
- 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
-
#identifier ⇒ String
The identifier of the project that is to be given a subscription grant.
Instance Attribute Details
#identifier ⇒ String
The identifier of the project that is to be given a subscription grant.
13983 13984 13985 13986 13987 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13983 class SubscribedProjectInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |