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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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

#domain_identifierString

The domain ID of the environment action.

Returns:

  • (String)


21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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

#environment_identifierString

The environment ID of the environment action.

Returns:

  • (String)


21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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

#identifierString

The ID of the environment action.

Returns:

  • (String)


21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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

#nameString

The name of the environment action.

Returns:

  • (String)


21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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

#parametersTypes::ActionParameters

The parameters of the environment action.



21456
21457
21458
21459
21460
21461
21462
21463
21464
21465
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21456

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