Class: Aws::EC2::Types::AlternatePathHint
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AlternatePathHint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an potential intermediate component of a feasible path.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
-
#component_id ⇒ String
The ID of the component.
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-ec2/types.rb', line 1353 class AlternatePathHint < Struct.new( :component_id, :component_arn) SENSITIVE = [] include Aws::Structure end |
#component_id ⇒ String
The ID of the component.
1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-ec2/types.rb', line 1353 class AlternatePathHint < Struct.new( :component_id, :component_arn) SENSITIVE = [] include Aws::Structure end |