Class: Aws::Evs::Types::CreateEnvironmentConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::CreateEnvironmentConnectorResponse
- 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 created connector.
Instance Attribute Details
#connector ⇒ Types::Connector
A description of the created connector.
338 339 340 341 342 |
# File 'lib/aws-sdk-evs/types.rb', line 338 class CreateEnvironmentConnectorResponse < Struct.new( :connector) SENSITIVE = [] include Aws::Structure end |