Class: Aws::Drs::Types::DeleteReplicationConfigurationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteReplicationConfigurationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_configuration_template_id ⇒ String
The ID of the Replication Configuration Template to be deleted.
Instance Attribute Details
#replication_configuration_template_id ⇒ String
The ID of the Replication Configuration Template to be deleted.
609 610 611 612 613 |
# File 'lib/aws-sdk-drs/types.rb', line 609 class DeleteReplicationConfigurationTemplateRequest < Struct.new( :replication_configuration_template_id) SENSITIVE = [] include Aws::Structure end |