Method: Aws::ResilienceHub::Types::DeleteAppVersionAppComponentRequest#id
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
#id ⇒ String
Identifier of the Application Component.
1976 1977 1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1976 class DeleteAppVersionAppComponentRequest < Struct.new( :app_arn, :client_token, :id) SENSITIVE = [] include Aws::Structure end |