Class: Aws::DataZone::Types::SubscribedProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedProject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The project that has the subscription grant.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the project that has the subscription grant.
-
#name ⇒ String
The name of the project that has the subscription grant.
Instance Attribute Details
#id ⇒ String
The identifier of the project that has the subscription grant.
14581 14582 14583 14584 14585 14586 |
# File 'lib/aws-sdk-datazone/types.rb', line 14581 class SubscribedProject < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the project that has the subscription grant.
14581 14582 14583 14584 14585 14586 |
# File 'lib/aws-sdk-datazone/types.rb', line 14581 class SubscribedProject < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |