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)


1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1325

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

#idString

The ID of the component.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1325

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

#nameString

The name of the analysis component.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1325

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