Class: Aws::Interconnect::Types::GetEnvironmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the specific Environment to describe.

Returns:

  • (String)


583
584
585
586
587
# File 'gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb', line 583

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