Class: Aws::CodeStarconnections::Types::DeleteHostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::DeleteHostInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be deleted.
Instance Attribute Details
#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 |