Class: Aws::CodeStarconnections::Types::CreateHostOutput

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 created.

Returns:

  • (String)


179
180
181
182
183
184
# File 'lib/aws-sdk-codestarconnections/types.rb', line 179

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

#tagsArray<Types::Tag>

Returns:



179
180
181
182
183
184
# File 'lib/aws-sdk-codestarconnections/types.rb', line 179

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