Class: Aws::CodeConnections::Types::GetHostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetHostInput
- Includes:
- Structure
- Defined in:
- 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 requested host.
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the requested host.
458 459 460 461 462 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 458 class GetHostInput < Struct.new( :host_arn) SENSITIVE = [] include Aws::Structure end |