Class: Aws::DataZone::Types::CreateEnvironmentActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentActionOutput
- 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_id ⇒ String
The ID of the domain in which the environment action is created.
-
#environment_id ⇒ String
The ID of the environment in which the environment is created.
-
#id ⇒ 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.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain in which the environment action is created.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment in which the environment is created.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the environment action.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 |
# File 'lib/aws-sdk-datazone/types.rb', line 2538 class CreateEnvironmentActionOutput < Struct.new( :description, :domain_id, :environment_id, :id, :name, :parameters) SENSITIVE = [] include Aws::Structure end |