Class: Aws::DataZone::Types::CreateEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentActionInput
- 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 that is being created in the environment.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the environment action is created.
-
#environment_identifier ⇒ String
The ID of the environment in which the environment action is created.
-
#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 that is being created in the environment.
2502 2503 2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-datazone/types.rb', line 2502 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the environment action is created.
2502 2503 2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-datazone/types.rb', line 2502 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment in which the environment action is created.
2502 2503 2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-datazone/types.rb', line 2502 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
2502 2503 2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-datazone/types.rb', line 2502 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
2502 2503 2504 2505 2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-datazone/types.rb', line 2502 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |