Class: Aws::Types::DetectedProfileObjectType
- Inherits:
-
Object
- Object
- Aws::Types::DetectedProfileObjectType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
-
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
-
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
Instance Attribute Details
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
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.
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.
808 809 810 |
# File 'sig/types.rbs', line 808 def @source_last_updated_timestamp_format end |