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.
6644 6645 6646 |
# File 'sig/types.rbs', line 6644 def content_type @content_type end |
#destination ⇒ ::String
Returns the value of attribute destination.
6642 6643 6644 |
# File 'sig/types.rbs', line 6642 def destination @destination end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def kms_key @kms_key end |