Class: Aws::Evs::Types::UpdateEnvironmentConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::UpdateEnvironmentConnectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector ⇒ Types::Connector
A description of the updated connector.
Instance Attribute Details
#connector ⇒ Types::Connector
A description of the updated connector.
2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-evs/types.rb', line 2004 class UpdateEnvironmentConnectorResponse < Struct.new( :connector) SENSITIVE = [] include Aws::Structure end |