Class: Aws::DataZone::Types::GetEnvironmentCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentCredentialsInput
- 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 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.
8350 8351 8352 8353 8354 8355 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8350 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.
8350 8351 8352 8353 8354 8355 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8350 class GetEnvironmentCredentialsInput < Struct.new( :domain_identifier, :environment_identifier) SENSITIVE = [] include Aws::Structure end |