Class: Aws::SecurityAgent::Types::ConfluenceDocumentResource

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

Overview

A Confluence document (page) integrated as a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-securityagent/types.rb', line 1984

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

#page_idString

The Confluence page identifier.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-securityagent/types.rb', line 1984

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

#space_keyString

The Confluence space key containing the document.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-securityagent/types.rb', line 1984

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

#space_titleString

The display title of the Confluence space.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-securityagent/types.rb', line 1984

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

#titleString

The display title of the Confluence page.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-securityagent/types.rb', line 1984

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