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 ⇒ Types::CspmProviderConfiguration
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.
5180 5181 5182 |
# File 'sig/types.rbs', line 5180 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
5177 5178 5179 |
# File 'sig/types.rbs', line 5177 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
5176 5177 5178 |
# File 'sig/types.rbs', line 5176 def name @name end |
#provider ⇒ Types::CspmProviderConfiguration
Returns the value of attribute provider.
5178 5179 5180 |
# File 'sig/types.rbs', line 5178 def provider @provider end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5179 5180 5181 |
# File 'sig/types.rbs', line 5179 def @tags end |