Method: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest#name
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
#name ⇒ String
Name of the Application Component.
6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6639 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |