Class: Aws::SSM::Types::CreateCloudConnectorResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateCloudConnectorResult
- 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 created.
Instance Attribute Details
#cloud_connector_id ⇒ String
The ID of the cloud connector that was created.
3793 3794 3795 3796 3797 |
# File 'lib/aws-sdk-ssm/types.rb', line 3793 class CreateCloudConnectorResult < Struct.new( :cloud_connector_id) SENSITIVE = [] include Aws::Structure end |