Class: Aws::Types::LabelingJobResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
6998 6999 7000 |
# File 'sig/types.rbs', line 6998 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
6999 7000 7001 |
# File 'sig/types.rbs', line 6999 def vpc_config @vpc_config end |