Class: Aws::Evs::Types::DeleteEnvironmentConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DeleteEnvironmentConnectorResponse
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector ⇒ Types::Connector
A description of the deleted connector.
-
#environment_summary ⇒ Types::EnvironmentSummary
A summary of the environment that the connector was deleted from.
Instance Attribute Details
#connector ⇒ Types::Connector
A description of the deleted connector.
704 705 706 707 708 709 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 704 class DeleteEnvironmentConnectorResponse < Struct.new( :connector, :environment_summary) SENSITIVE = [] include Aws::Structure end |
#environment_summary ⇒ Types::EnvironmentSummary
A summary of the environment that the connector was deleted from.
704 705 706 707 708 709 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 704 class DeleteEnvironmentConnectorResponse < Struct.new( :connector, :environment_summary) SENSITIVE = [] include Aws::Structure end |