Class: Aws::Types::FieldValidationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def content
  @content
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def field_name
  @field_name
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def identifier
  @identifier
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def title
  @title
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def type
  @type
end