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.
6983 6984 6985 |
# File 'sig/types.rbs', line 6983 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
6984 6985 6986 |
# File 'sig/types.rbs', line 6984 def vpc_config @vpc_config end |