Method: Aws::CodeStarconnections::Types::DeleteHostInput#host_arn

Defined in:
lib/aws-sdk-codestarconnections/types.rb

#host_arnString

The Amazon Resource Name (ARN) of the host to be deleted.

Returns:

  • (String)


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