Class: Aws::DataZone::Types::UpdateEnvironmentActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentActionOutput
- 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 domain ID of the environment action.
-
#environment_id ⇒ String
The environment ID of the environment action.
-
#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.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of the environment action.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID of the environment action.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the environment action.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment action.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::ActionParameters
The parameters of the environment action.
21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-datazone/types.rb', line 21719 class UpdateEnvironmentActionOutput < Struct.new( :domain_id, :environment_id, :id, :name, :parameters, :description) SENSITIVE = [] include Aws::Structure end |