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.
5552 5553 5554 5555 5556 5557 5558 |
# File 'lib/aws-sdk-datazone/types.rb', line 5552 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
5552 5553 5554 5555 5556 5557 5558 |
# File 'lib/aws-sdk-datazone/types.rb', line 5552 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action
5552 5553 5554 5555 5556 5557 5558 |
# File 'lib/aws-sdk-datazone/types.rb', line 5552 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |