Class: Aws::Types::UpdateDataIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
503 504 505 |
# File 'sig/types.rbs', line 503 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
501 502 503 |
# File 'sig/types.rbs', line 501 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
502 503 504 |
# File 'sig/types.rbs', line 502 def name @name end |