Class: Aws::Types::PropertyDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::Hash[::String, ::String]

Returns the value of attribute configuration.

Returns:

  • (::Hash[::String, ::String])


951
952
953
# File 'sig/types.rbs', line 951

def configuration
  @configuration
end

#data_typeTypes::DataType

Returns the value of attribute data_type.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def data_type
  @data_type
end

#default_valueTypes::DataValue

Returns the value of attribute default_value.

Returns:



950
951
952
# File 'sig/types.rbs', line 950

def default_value
  @default_value
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def display_name
  @display_name
end

#is_external_idBoolean

Returns the value of attribute is_external_id.

Returns:

  • (Boolean)


945
946
947
# File 'sig/types.rbs', line 945

def is_external_id
  @is_external_id
end

#is_finalBoolean

Returns the value of attribute is_final.

Returns:

  • (Boolean)


948
949
950
# File 'sig/types.rbs', line 948

def is_final
  @is_final
end

#is_importedBoolean

Returns the value of attribute is_imported.

Returns:

  • (Boolean)


947
948
949
# File 'sig/types.rbs', line 947

def is_imported
  @is_imported
end

#is_inheritedBoolean

Returns the value of attribute is_inherited.

Returns:

  • (Boolean)


949
950
951
# File 'sig/types.rbs', line 949

def is_inherited
  @is_inherited
end

#is_required_in_entityBoolean

Returns the value of attribute is_required_in_entity.

Returns:

  • (Boolean)


944
945
946
# File 'sig/types.rbs', line 944

def is_required_in_entity
  @is_required_in_entity
end

#is_stored_externallyBoolean

Returns the value of attribute is_stored_externally.

Returns:

  • (Boolean)


946
947
948
# File 'sig/types.rbs', line 946

def is_stored_externally
  @is_stored_externally
end

#is_time_seriesBoolean

Returns the value of attribute is_time_series.

Returns:

  • (Boolean)


943
944
945
# File 'sig/types.rbs', line 943

def is_time_series
  @is_time_series
end