Class: Aws::SecurityHub::Types::AwsEventSchemasRegistryDetails

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

Overview

A schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry to be created.

Returns:

  • (String)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13100

class AwsEventSchemasRegistryDetails < Struct.new(
  :description,
  :registry_arn,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the registry.

Returns:

  • (String)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13100

class AwsEventSchemasRegistryDetails < Struct.new(
  :description,
  :registry_arn,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

The name of the schema registry.

Returns:

  • (String)


13100
13101
13102
13103
13104
13105
13106
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13100

class AwsEventSchemasRegistryDetails < Struct.new(
  :description,
  :registry_arn,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end