Class: Aws::Types::AuthParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_supplied_values::Array[::String]

Returns the value of attribute connector_supplied_values.

Returns:

  • (::Array[::String])


51
52
53
# File 'sig/types.rbs', line 51

def connector_supplied_values
  @connector_supplied_values
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


47
48
49
# File 'sig/types.rbs', line 47

def is_required
  @is_required
end

#is_sensitive_fieldBoolean

Returns the value of attribute is_sensitive_field.

Returns:

  • (Boolean)


50
51
52
# File 'sig/types.rbs', line 50

def is_sensitive_field
  @is_sensitive_field
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def key
  @key
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def label
  @label
end