Class: Aws::Types::Property
- Inherits:
-
Object
- Object
- Aws::Types::Property
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
-
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
-
#type ⇒ Types::PropertyType
Returns the value of attribute type.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
3197 3198 3199 |
# File 'sig/types.rbs', line 3197 def alias @alias end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def data_type @data_type end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3196 3197 3198 |
# File 'sig/types.rbs', line 3196 def name @name end |
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
3198 3199 3200 |
# File 'sig/types.rbs', line 3198 def notification @notification end |
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def path @path end |
#type ⇒ Types::PropertyType
Returns the value of attribute type.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def type @type end |
#unit ⇒ ::String
Returns the value of attribute unit.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def unit @unit end |