Class: Aws::DataZone::Types::GetEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentActionInput
- 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 the ‘GetEnvironmentAction` API is invoked.
-
#environment_identifier ⇒ String
The environment ID of the environment action.
-
#identifier ⇒ String
The ID of the environment action.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the ‘GetEnvironmentAction` API is invoked.
7014 7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-datazone/types.rb', line 7014 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
7014 7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-datazone/types.rb', line 7014 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action
7014 7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-datazone/types.rb', line 7014 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |