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.
9581 9582 9583 9584 9585 9586 9587 |
# File 'lib/aws-sdk-datazone/types.rb', line 9581 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
9581 9582 9583 9584 9585 9586 9587 |
# File 'lib/aws-sdk-datazone/types.rb', line 9581 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action
9581 9582 9583 9584 9585 9586 9587 |
# File 'lib/aws-sdk-datazone/types.rb', line 9581 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |