Class: Aws::WorkSpacesThinClient::Types::GetEnvironmentRequest

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

#idString

The ID of the environment for which to return information.

Returns:

  • (String)


696
697
698
699
700
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 696

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