Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054

class GetSchemaAnalysisRuleInput < Struct.new(
  :collaboration_identifier,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schema to retrieve the analysis rule for.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054

class GetSchemaAnalysisRuleInput < Struct.new(
  :collaboration_identifier,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054

class GetSchemaAnalysisRuleInput < Struct.new(
  :collaboration_identifier,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end