Class: Aws::Types::ConnectorProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::Array[::String]

Returns the value of attribute allowed_values.

Returns:

  • (::Array[::String])


1208
1209
1210
# File 'sig/types.rbs', line 1208

def allowed_values
  @allowed_values
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def default_value
  @default_value
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def format
  @format
end

#key_override::String

Returns the value of attribute key_override.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def key_override
  @key_override
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def name
  @name
end

#property_location"HEADER", ...

Returns the value of attribute property_location.

Returns:

  • ("HEADER", "BODY", "QUERY_PARAM", "PATH")


1209
1210
1211
# File 'sig/types.rbs', line 1209

def property_location
  @property_location
end

#property_type"USER_INPUT", ...

Returns the value of attribute property_type.

Returns:

  • ("USER_INPUT", "SECRET", "READ_ONLY", "UNUSED", "SECRET_OR_USER_INPUT")


1210
1211
1212
# File 'sig/types.rbs', line 1210

def property_type
  @property_type
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def required
  @required
end