Class: Aws::Evs::Types::GetEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentTypes::Environment

A description of the requested environment.

Returns:



1113
1114
1115
1116
1117
# File 'lib/aws-sdk-evs/types.rb', line 1113

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