Class: Aws::Types::CodegenGenericDataField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type ⇒ "ID", ...

Returns the value of attribute data_type.

Returns:

  • ("ID", "String", "Int", "Float", "AWSDate", "AWSTime", "AWSDateTime", "AWSTimestamp", "AWSEmail", "AWSURL", "AWSIPAddress", "Boolean", "AWSJSON", "AWSPhone", "Enum", "Model", "NonModel")


61
62
63
# File 'sig/types.rbs', line 61

def data_type
  @data_type
end

#data_type_value ⇒ ::String

Returns the value of attribute data_type_value.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def data_type_value
  @data_type_value
end

#is_array ⇒ Boolean

Returns the value of attribute is_array.

Returns:

  • (Boolean)


65
66
67
# File 'sig/types.rbs', line 65

def is_array
  @is_array
end

#read_only ⇒ Boolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


64
65
66
# File 'sig/types.rbs', line 64

def read_only
  @read_only
end

#relationship ⇒ Types::CodegenGenericDataRelationshipType

Returns the value of attribute relationship.



66
67
68
# File 'sig/types.rbs', line 66

def relationship
  @relationship
end

#required ⇒ Boolean

Returns the value of attribute required.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def required
  @required
end