Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "AZURE"
Returns the value of attribute provider.
-
#provider_detail ⇒ Types::ProviderDetailCreate
Returns the value of attribute provider_detail.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def name @name end |
#provider ⇒ "AZURE"
Returns the value of attribute provider.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def provider @provider end |
#provider_detail ⇒ Types::ProviderDetailCreate
Returns the value of attribute provider_detail.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def provider_detail @provider_detail end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def @tags end |