Class: Aws::DataZone::Types::GetEnvironmentProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this environment profile exists.
-
#identifier ⇒ String
The ID of the environment profile.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this environment profile exists.
7393 7394 7395 7396 7397 7398 |
# File 'lib/aws-sdk-datazone/types.rb', line 7393 class GetEnvironmentProfileInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment profile.
7393 7394 7395 7396 7397 7398 |
# File 'lib/aws-sdk-datazone/types.rb', line 7393 class GetEnvironmentProfileInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |