Class: Aws::Types::InferenceExperimentDataStorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::InferenceExperimentDataStorageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ Types::CaptureContentTypeHeader
Returns the value of attribute content_type.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
Instance Attribute Details
#content_type ⇒ Types::CaptureContentTypeHeader
Returns the value of attribute content_type.
6699 6700 6701 |
# File 'sig/types.rbs', line 6699 def content_type @content_type end |
#destination ⇒ ::String
Returns the value of attribute destination.
6697 6698 6699 |
# File 'sig/types.rbs', line 6697 def destination @destination end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
6698 6699 6700 |
# File 'sig/types.rbs', line 6698 def kms_key @kms_key end |