Class: Aws::DataZone::Types::GetEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetEnvironmentActionInput
- 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 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.
8143 8144 8145 8146 8147 8148 8149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8143 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
8143 8144 8145 8146 8147 8148 8149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8143 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action
8143 8144 8145 8146 8147 8148 8149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8143 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |