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)


340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 340

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)


340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 340

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)


340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 340

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)


340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 340

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>)


340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 340

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