Class: Aws::Types::DetectedProfileObjectType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fields, :keys])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Hash[::String, Types::ObjectTypeField]

Returns the value of attribute fields.

Returns:



809
810
811
# File 'sig/types.rbs', line 809

def fields
  @fields
end

#keys::Hash[::String, ::Array[Types::ObjectTypeKey]]

Returns the value of attribute keys.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def keys
  @keys
end

#source_last_updated_timestamp_format::String

Returns the value of attribute source_last_updated_timestamp_format.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def source_last_updated_timestamp_format
  @source_last_updated_timestamp_format
end