Class: Aws::CloudDirectory::Types::TypedLinkAttributeDefinition

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

Overview

A typed link attribute definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueTypes::TypedAttributeValue

The default value of the attribute (if configured).



5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#is_immutableBoolean

Whether the attribute is mutable or not.

Returns:

  • (Boolean)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique name of the typed link attribute.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#required_behaviorString

The required behavior of the TypedLinkAttributeDefinition.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#rulesHash<String,Types::Rule>

Validation rules that are attached to the attribute definition.

Returns:



5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the attribute.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5087

class TypedLinkAttributeDefinition < Struct.new(
  :name,
  :type,
  :default_value,
  :is_immutable,
  :rules,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end