Class: Aws::Types::AttributeKey
- Inherits:
-
Object
- Object
- Aws::Types::AttributeKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facet_name ⇒ ::String
Returns the value of attribute facet_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#facet_name ⇒ ::String
Returns the value of attribute facet_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def facet_name @facet_name end |
#name ⇒ ::String
Returns the value of attribute name.
91 92 93 |
# File 'sig/types.rbs', line 91 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def schema_arn @schema_arn end |