Class: Aws::SecurityAgent::Types::ConfluenceDocumentMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Metadata for an integrated Confluence document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the resource e.g. repository name, etc.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end

#page_idString

The Confluence page identifier.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end

#provider_resource_idString

Provider Id of the resource e.g. GitHub repository id, etc.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end

#space_keyString

The Confluence space key containing the document.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end

#space_titleString

The display title of the Confluence space.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The display title of the Confluence page.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-securityagent/types.rb', line 1949

class ConfluenceDocumentMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :space_key,
  :page_id,
  :title,
  :space_title)
  SENSITIVE = []
  include Aws::Structure
end