Class: Aws::Resiliencehubv2::Types::DeleteInputSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteInputSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_source_id ⇒ String
The identifier of the deleted input source.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#input_source_id ⇒ String
The identifier of the deleted input source.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 845 class DeleteInputSourceResponse < Struct.new( :service_arn, :input_source_id) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 845 class DeleteInputSourceResponse < Struct.new( :service_arn, :input_source_id) SENSITIVE = [] include Aws::Structure end |