Class: Aws::Types::ObjectTypeKey
- Inherits:
-
Object
- Object
- Aws::Types::ObjectTypeKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_names ⇒ ::Array[::String]
Returns the value of attribute field_names.
-
#standard_identifiers ⇒ ::Array[("PROFILE" | "ASSET" | "CASE" | "DEVICE" | "WEB_ANALYTICS" | "ORDER" | "COMMUNICATION_RECORD" | "AIR_PREFERENCE" | "HOTEL_PREFERENCE" | "AIR_BOOKING" | "AIR_SEGMENT" | "HOTEL_RESERVATION" | "HOTEL_STAY_REVENUE" | "LOYALTY" | "LOYALTY_TRANSACTION" | "LOYALTY_PROMOTION" | "UNIQUE" | "SECONDARY" | "LOOKUP_ONLY" | "NEW_ONLY")]
Returns the value of attribute standard_identifiers.
Instance Attribute Details
#field_names ⇒ ::Array[::String]
Returns the value of attribute field_names.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def field_names @field_names end |
#standard_identifiers ⇒ ::Array[("PROFILE" | "ASSET" | "CASE" | "DEVICE" | "WEB_ANALYTICS" | "ORDER" | "COMMUNICATION_RECORD" | "AIR_PREFERENCE" | "HOTEL_PREFERENCE" | "AIR_BOOKING" | "AIR_SEGMENT" | "HOTEL_RESERVATION" | "HOTEL_STAY_REVENUE" | "LOYALTY" | "LOYALTY_TRANSACTION" | "LOYALTY_PROMOTION" | "UNIQUE" | "SECONDARY" | "LOOKUP_ONLY" | "NEW_ONLY")]
Returns the value of attribute standard_identifiers.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def standard_identifiers @standard_identifiers end |