Class: Aws::DataZone::Types::CreateEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentActionInput
- Defined in:
- gems/aws-sdk-datazone/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.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3098 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.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3098 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.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3098 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3098 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.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3098 class CreateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |