Class: Aws::Types::CreateConnectorDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::ConnectorDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
98 99 100 |
# File 'sig/types.rbs', line 98 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::ConnectorDefinitionVersion
Returns the value of attribute initial_version.
99 100 101 |
# File 'sig/types.rbs', line 99 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
100 101 102 |
# File 'sig/types.rbs', line 100 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
101 102 103 |
# File 'sig/types.rbs', line 101 def @tags end |