Class: Aws::DataZone::Types::UpdateEnvironmentActionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the environment action.

Returns:

  • (String)


15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The domain ID of the environment action.

Returns:

  • (String)


15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The environment ID of the environment action.

Returns:

  • (String)


15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the environment action.

Returns:

  • (String)


15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the environment action.

Returns:

  • (String)


15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersTypes::ActionParameters

The parameters of the environment action.



15642
15643
15644
15645
15646
15647
15648
15649
15650
15651
# File 'lib/aws-sdk-datazone/types.rb', line 15642

class UpdateEnvironmentActionInput < Struct.new(
  :description,
  :domain_identifier,
  :environment_identifier,
  :identifier,
  :name,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end