Class: Aws::EC2::Types::AnalysisComponent

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

Overview

Describes a path component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


1298
1299
1300
1301
1302
1303
1304
# File 'lib/aws-sdk-ec2/types.rb', line 1298

class AnalysisComponent < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the component.

Returns:

  • (String)


1298
1299
1300
1301
1302
1303
1304
# File 'lib/aws-sdk-ec2/types.rb', line 1298

class AnalysisComponent < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the analysis component.

Returns:

  • (String)


1298
1299
1300
1301
1302
1303
1304
# File 'lib/aws-sdk-ec2/types.rb', line 1298

class AnalysisComponent < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end