Class: Aws::CodeConnections::Types::DeleteHostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::DeleteHostInput
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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.
380 381 382 383 384 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 380 class DeleteHostInput < Struct.new( :host_arn) SENSITIVE = [] include Aws::Structure end |