Class: Aws::Interconnect::Types::GetEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::GetEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the specific Environment to describe.
Instance Attribute Details
#id ⇒ String
The identifier of the specific Environment to describe.
583 584 585 586 587 |
# File 'lib/aws-sdk-interconnect/types.rb', line 583 class GetEnvironmentRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |