Class: Aws::Types::CreateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ssm_command_config ⇒ Types::ConnectorSsmCommandConfig
Returns the value of attribute ssm_command_config.
-
#ssm_instance_id ⇒ ::String
Returns the value of attribute ssm_instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
143 144 145 |
# File 'sig/types.rbs', line 143 def name @name end |
#ssm_command_config ⇒ Types::ConnectorSsmCommandConfig
Returns the value of attribute ssm_command_config.
146 147 148 |
# File 'sig/types.rbs', line 146 def ssm_command_config @ssm_command_config end |
#ssm_instance_id ⇒ ::String
Returns the value of attribute ssm_instance_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def ssm_instance_id @ssm_instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
145 146 147 |
# File 'sig/types.rbs', line 145 def @tags end |