Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
120 121 122 |
# File 'sig/types.rbs', line 120 def arn @arn end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def connector_id @connector_id end |
#name ⇒ ::String
Returns the value of attribute name.
118 119 120 |
# File 'sig/types.rbs', line 118 def name @name end |
#ssm_command_config ⇒ Types::ConnectorSsmCommandConfig
Returns the value of attribute ssm_command_config.
122 123 124 |
# File 'sig/types.rbs', line 122 def ssm_command_config @ssm_command_config end |
#ssm_instance_id ⇒ ::String
Returns the value of attribute ssm_instance_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def ssm_instance_id @ssm_instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
121 122 123 |
# File 'sig/types.rbs', line 121 def @tags end |