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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/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)


222
223
224
225
226
227
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 222

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

#tagsArray<Types::Tag>

Tags for the created host.

Returns:



222
223
224
225
226
227
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 222

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