Class: Aws::SSM::Types::UpdateCloudConnectorResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateCloudConnectorResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_connector_id ⇒ String
The ID of the cloud connector that was updated.
Instance Attribute Details
#cloud_connector_id ⇒ String
The ID of the cloud connector that was updated.
20362 20363 20364 20365 20366 |
# File 'lib/aws-sdk-ssm/types.rb', line 20362 class UpdateCloudConnectorResult < Struct.new( :cloud_connector_id) SENSITIVE = [] include Aws::Structure end |