Class: Aws::DataZone::Types::UpdateEnvironmentActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateEnvironmentActionInput
- 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.
-
#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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 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.
18884 18885 18886 18887 18888 18889 18890 18891 18892 18893 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18884 class UpdateEnvironmentActionInput < Struct.new( :description, :domain_identifier, :environment_identifier, :identifier, :name, :parameters) SENSITIVE = [] include Aws::Structure end |