Class: Aws::CodeStarconnections::Types::CreateHostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::CreateHostOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be created.
-
#tags ⇒ Array<Types::Tag>
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be created.
181 182 183 184 185 186 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 181 class CreateHostOutput < Struct.new( :host_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
181 182 183 184 185 186 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 181 class CreateHostOutput < Struct.new( :host_arn, :tags) SENSITIVE = [] include Aws::Structure end |