Class: Aws::Types::Connector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def connector_arn
  @connector_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def id
  @id
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


75
76
77
# File 'sig/types.rbs', line 75

def parameters
  @parameters
end