Class: Aws::DataZone::Types::GetProjectProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetProjectProfileInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain.
-
#identifier ⇒ String
The ID of the project profile.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain.
9447 9448 9449 9450 9451 9452 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9447 class GetProjectProfileInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the project profile.
9447 9448 9449 9450 9451 9452 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9447 class GetProjectProfileInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |