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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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

#name ⇒ String

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

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2100

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

#page_id ⇒ String

The Confluence page identifier.

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2100

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

#space_key ⇒ String

The Confluence space key containing the document.

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2100

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

#space_title ⇒ String

The display title of the Confluence space.

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2100

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

#title ⇒ String

The display title of the Confluence page.

Returns:

  • (String)


2100
2101
2102
2103
2104
2105
2106
2107
2108
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2100

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