Class: Aws::DataZone::Types::GetEnvironmentCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentCredentialsInput
- 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 and its credentials exist.
-
#environment_identifier ⇒ String
The ID of the environment whose credentials this operation gets.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-datazone/types.rb', line 7216 class GetEnvironmentCredentialsInput < Struct.new( :domain_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment whose credentials this operation gets.
7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-datazone/types.rb', line 7216 class GetEnvironmentCredentialsInput < Struct.new( :domain_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |