Class: Aws::EC2::Types::AnalysisComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AnalysisComponent
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a path component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
-
#id ⇒ String
The ID of the component.
-
#name ⇒ String
The name of the analysis component.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1362 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the component.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1362 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the analysis component.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1362 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |