Class: Aws::Finspace::Types::DeleteEnvironmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The identifier for the FinSpace environment.

Returns:

  • (String)


1527
1528
1529
1530
1531
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1527

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