Class: Aws::Proton::Types::DeleteEnvironmentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the environment to delete.

Returns:

  • (String)


1531
1532
1533
1534
1535
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1531

class DeleteEnvironmentInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end