Class: Aws::Types::ProviderSchemaAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def field_name
  @field_name
end

#hashingBoolean

Returns the value of attribute hashing.

Returns:

  • (Boolean)


747
748
749
# File 'sig/types.rbs', line 747

def hashing
  @hashing
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def sub_type
  @sub_type
end

#type"NAME", ...

Returns the value of attribute type.

Returns:

  • ("NAME", "NAME_FIRST", "NAME_MIDDLE", "NAME_LAST", "ADDRESS", "ADDRESS_STREET1", "ADDRESS_STREET2", "ADDRESS_STREET3", "ADDRESS_CITY", "ADDRESS_STATE", "ADDRESS_COUNTRY", "ADDRESS_POSTALCODE", "PHONE", "PHONE_NUMBER", "PHONE_COUNTRYCODE", "EMAIL_ADDRESS", "UNIQUE_ID", "DATE", "STRING", "PROVIDER_ID", "IPV4", "IPV6", "MAID")


745
746
747
# File 'sig/types.rbs', line 745

def type
  @type
end