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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


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

#idString

The ID of the component.

Returns:

  • (String)


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

#nameString

The name of the analysis component.

Returns:

  • (String)


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