Class: Aws::CodeConnections::Types::GetHostInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_arnString

The Amazon Resource Name (ARN) of the requested host.

Returns:

  • (String)


452
453
454
455
456
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 452

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