Class: Aws::Types::CreateConnectorV2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ Types::ProviderConfiguration
Returns the value of attribute provider.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5198 5199 5200 |
# File 'sig/types.rbs', line 5198 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
5194 5195 5196 |
# File 'sig/types.rbs', line 5194 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
5196 5197 5198 |
# File 'sig/types.rbs', line 5196 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
5193 5194 5195 |
# File 'sig/types.rbs', line 5193 def name @name end |
#provider ⇒ Types::ProviderConfiguration
Returns the value of attribute provider.
5195 5196 5197 |
# File 'sig/types.rbs', line 5195 def provider @provider end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5197 5198 5199 |
# File 'sig/types.rbs', line 5197 def @tags end |