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.
11661 11662 11663 |
# File 'sig/types.rbs', line 11661 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
11660 11661 11662 |
# File 'sig/types.rbs', line 11660 def instance_type @instance_type end |
#transform_ami_version ⇒ ::String
Returns the value of attribute transform_ami_version.
11663 11664 11665 |
# File 'sig/types.rbs', line 11663 def transform_ami_version @transform_ami_version end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
11662 11663 11664 |
# File 'sig/types.rbs', line 11662 def volume_kms_key_id @volume_kms_key_id end |