Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_information ⇒ Types::VpcInformation
Returns the value of attribute vpc_information.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def @certificate_authority_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
103 104 105 |
# File 'sig/types.rbs', line 103 def client_token @client_token end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def directory_id @directory_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
105 106 107 |
# File 'sig/types.rbs', line 105 def @tags end |
#vpc_information ⇒ Types::VpcInformation
Returns the value of attribute vpc_information.
106 107 108 |
# File 'sig/types.rbs', line 106 def vpc_information @vpc_information end |