Class: Aws::Types::Connector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def arn
  @arn
end

#connector_id ⇒ ::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def connector_id
  @connector_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


121
122
123
# File 'sig/types.rbs', line 121

def tags
  @tags
end