Class: Aws::Types::CreateConnectorDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorDefinitionVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
124 125 126 |
# File 'sig/types.rbs', line 124 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
125 126 127 |
# File 'sig/types.rbs', line 125 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
126 127 128 |
# File 'sig/types.rbs', line 126 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
127 128 129 |
# File 'sig/types.rbs', line 127 def version @version end |