Class: Aws::Types::SchemaInputAttribute

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)


821
822
823
# File 'sig/types.rbs', line 821

def field_name
  @field_name
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def group_name
  @group_name
end

#hashedBoolean

Returns the value of attribute hashed.

Returns:

  • (Boolean)


826
827
828
# File 'sig/types.rbs', line 826

def hashed
  @hashed
end

#match_key::String

Returns the value of attribute match_key.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def match_key
  @match_key
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

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


822
823
824
# File 'sig/types.rbs', line 822

def type
  @type
end