Class: Aws::CodeStarconnections::Types::CreateHostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::CreateHostOutput
- Includes:
- Structure
- Defined in:
- 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.
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 |
#tags ⇒ Array<Types::Tag>
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 |