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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


212
213
214
215
216
# File 'lib/aws-sdk-codestarconnections/types.rb', line 212

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