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.
3231 3232 3233 |
# File 'sig/types.rbs', line 3231 def alias @alias end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def data_type @data_type end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
3229 3230 3231 |
# File 'sig/types.rbs', line 3229 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3230 3231 3232 |
# File 'sig/types.rbs', line 3230 def name @name end |
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def notification @notification end |
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def path @path end |
#type ⇒ Types::PropertyType
Returns the value of attribute type.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def type @type end |
#unit ⇒ ::String
Returns the value of attribute unit.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def unit @unit end |