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.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def content_type @content_type end |
#destination ⇒ ::String
Returns the value of attribute destination.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def destination @destination end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
6658 6659 6660 |
# File 'sig/types.rbs', line 6658 def kms_key @kms_key end |