Class: Aws::Finspace::Types::DeleteEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The identifier for the FinSpace environment.
Instance Attribute Details
#environment_id ⇒ String
The identifier for the FinSpace environment.
1534 1535 1536 1537 1538 |
# File 'lib/aws-sdk-finspace/types.rb', line 1534 class DeleteEnvironmentRequest < Struct.new( :environment_id) SENSITIVE = [] include Aws::Structure end |