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.
2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-evs/types.rb', line 2012 class UpdateEnvironmentConnectorResponse < Struct.new( :connector) SENSITIVE = [] include Aws::Structure end |