Class: Aws::Types::ProcessedObject
- Inherits:
-
Object
- Object
- Aws::Types::ProcessedObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def endpoint_type @endpoint_type end |
#name ⇒ ::String
Returns the value of attribute name.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def type @type end |