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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::EnvironmentSummary

Describes an environment.



1334
1335
1336
1337
1338
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1334

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