Method: Aws::CodeStarconnections::Types::DeleteHostInput#host_arn
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be deleted.
374 375 376 377 378 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 374 class DeleteHostInput < Struct.new( :host_arn) SENSITIVE = [] include Aws::Structure end |