Method: Aws::Deadline::Types::HostPropertiesResponse#ec2_instance_arn
- Defined in:
- lib/aws-sdk-deadline/types.rb
#ec2_instance_arn ⇒ String
The ARN of the host EC2 instance.
4776 4777 4778 4779 4780 4781 4782 4783 |
# File 'lib/aws-sdk-deadline/types.rb', line 4776 class HostPropertiesResponse < Struct.new( :ip_addresses, :host_name, :ec2_instance_arn, :ec2_instance_type) SENSITIVE = [] include Aws::Structure end |