Class: Aws::SsmSap::Types::ComponentSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

The summary of the component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


334
335
336
337
338
339
340
341
342
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 334

class ComponentSummary < Struct.new(
  :application_id,
  :component_id,
  :component_type,
  :tags,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the component summary.

Returns:

  • (String)


334
335
336
337
338
339
340
341
342
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 334

class ComponentSummary < Struct.new(
  :application_id,
  :component_id,
  :component_type,
  :tags,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


334
335
336
337
338
339
340
341
342
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 334

class ComponentSummary < Struct.new(
  :application_id,
  :component_id,
  :component_type,
  :tags,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_typeString

The type of the component.

Returns:

  • (String)


334
335
336
337
338
339
340
341
342
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 334

class ComponentSummary < Struct.new(
  :application_id,
  :component_id,
  :component_type,
  :tags,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the component.

Returns:

  • (Hash<String,String>)


334
335
336
337
338
339
340
341
342
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 334

class ComponentSummary < Struct.new(
  :application_id,
  :component_id,
  :component_type,
  :tags,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end