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
GetEnvironmentActionAPI 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.
9374 9375 9376 9377 9378 9379 9380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9374 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
9374 9375 9376 9377 9378 9379 9380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9374 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action
9374 9375 9376 9377 9378 9379 9380 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9374 class GetEnvironmentActionInput < Struct.new( :domain_identifier, :environment_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |