Class: Aws::Types::TransformResources
- Inherits:
-
Object
- Object
- Aws::Types::TransformResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
-
#transform_ami_version ⇒ ::String
Returns the value of attribute transform_ami_version.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
11653 11654 11655 |
# File 'sig/types.rbs', line 11653 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
11652 11653 11654 |
# File 'sig/types.rbs', line 11652 def instance_type @instance_type end |
#transform_ami_version ⇒ ::String
Returns the value of attribute transform_ami_version.
11655 11656 11657 |
# File 'sig/types.rbs', line 11655 def transform_ami_version @transform_ami_version end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
11654 11655 11656 |
# File 'sig/types.rbs', line 11654 def volume_kms_key_id @volume_kms_key_id end |