Class: Aws::DataZone::Types::UpdateEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentActionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the environment action.
-
#domain_identifier ⇒ String
The domain ID of the environment action.
-
#environment_identifier ⇒ String
The environment ID of the environment action.
-
#identifier ⇒ String
The ID of the environment action.
-
#name ⇒ String
The name of the environment action.
-
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
Instance Attribute Details
#description ⇒ String
The description of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The domain ID of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The environment ID of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/aws-sdk-datazone/types.rb', line 15642 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |