Class: Aws::Types::RecommendationJobPayloadConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobPayloadConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
-
#supported_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_content_types.
Instance Attribute Details
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
10388 10389 10390 |
# File 'sig/types.rbs', line 10388 def sample_payload_url @sample_payload_url end |
#supported_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_content_types.
10389 10390 10391 |
# File 'sig/types.rbs', line 10389 def supported_content_types @supported_content_types end |