Class: Aws::Types::TypedLinkAttributeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkAttributeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ Types::TypedAttributeValue
Returns the value of attribute default_value.
-
#is_immutable ⇒ Boolean
Returns the value of attribute is_immutable.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required_behavior ⇒ "REQUIRED_ALWAYS", "NOT_REQUIRED"
Returns the value of attribute required_behavior.
-
#rules ⇒ ::Hash[::String, Types::Rule]
Returns the value of attribute rules.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ Types::TypedAttributeValue
Returns the value of attribute default_value.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def default_value @default_value end |
#is_immutable ⇒ Boolean
Returns the value of attribute is_immutable.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def is_immutable @is_immutable end |
#name ⇒ ::String
Returns the value of attribute name.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def name @name end |
#required_behavior ⇒ "REQUIRED_ALWAYS", "NOT_REQUIRED"
Returns the value of attribute required_behavior.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def required_behavior @required_behavior end |
#rules ⇒ ::Hash[::String, Types::Rule]
Returns the value of attribute rules.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def rules @rules end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def type @type end |