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])


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

def allowed_values
  @allowed_values
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


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

def default_value
  @default_value
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def format
  @format
end

#key_override::String

Returns the value of attribute key_override.

Returns:

  • (::String)


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

def key_override
  @key_override
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#property_location"HEADER", ...

Returns the value of attribute property_location.

Returns:

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


1213
1214
1215
# File 'sig/types.rbs', line 1213

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")


1214
1215
1216
# File 'sig/types.rbs', line 1214

def property_type
  @property_type
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


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

def required
  @required
end