Class: Aws::WorkSpacesThinClient::Types::UpdateEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::EnvironmentSummary

Describes an environment.



1321
1322
1323
1324
1325
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1321

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