Class: Aws::CodeStarconnections::Types::DeleteHostInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_arnString

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

Returns:

  • (String)


374
375
376
377
378
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 374

class DeleteHostInput < Struct.new(
  :host_arn)
  SENSITIVE = []
  include Aws::Structure
end