Class: Aws::WorkSpacesThinClient::Types::UpdateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::UpdateEnvironmentResponse
- Defined in:
- gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ Types::EnvironmentSummary
Describes an environment.
Instance Attribute Details
#environment ⇒ Types::EnvironmentSummary
Describes an environment.
1339 1340 1341 1342 1343 |
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1339 class UpdateEnvironmentResponse < Struct.new( :environment) SENSITIVE = [] include Aws::Structure end |