Class: Aws::SSM::Types::OpsItemRelatedItemSummary

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

Overview

Summary information about related-item resources for an OpsItem.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID.

Returns:

  • (String)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

The association type.

Returns:

  • (String)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::OpsItemIdentity

Information about the user or resource that created an OpsItem event.



13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time the related-item association was created.

Returns:

  • (Time)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byTypes::OpsItemIdentity

Information about the user or resource that created an OpsItem event.



13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time the related-item association was last updated.

Returns:

  • (Time)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_idString

The OpsItem ID.

Returns:

  • (String)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_uriString

The Amazon Resource Name (ARN) of the related-item resource.

Returns:

  • (String)


13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13647

class OpsItemRelatedItemSummary < Struct.new(
  :ops_item_id,
  :association_id,
  :resource_type,
  :association_type,
  :resource_uri,
  :created_by,
  :created_time,
  :last_modified_by,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end