Class: Aws::CodeConnections::Types::CreateHostOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::CreateHostOutput
 
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Tags for the created host. 
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be created.
| 222 223 224 225 226 227 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 222 class CreateHostOutput < Struct.new( :host_arn, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
Tags for the created host.
| 222 223 224 225 226 227 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 222 class CreateHostOutput < Struct.new( :host_arn, :tags) SENSITIVE = [] include Aws::Structure end |