Class: Aws::Types::CreateConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


145
146
147
# File 'sig/types.rbs', line 145

def tags
  @tags
end