Class: Aws::EC2::Types::AlternatePathHint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an potential intermediate component of a feasible path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1263

class AlternatePathHint < Struct.new(
  :component_id,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1263

class AlternatePathHint < Struct.new(
  :component_id,
  :component_arn)
  SENSITIVE = []
  include Aws::Structure
end