Class: Aws::Types::CreateConnectorDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorDefinitionResponse
- 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.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
107 108 109 |
# File 'sig/types.rbs', line 107 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
108 109 110 |
# File 'sig/types.rbs', line 108 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
109 110 111 |
# File 'sig/types.rbs', line 109 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
110 111 112 |
# File 'sig/types.rbs', line 110 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
112 113 114 |
# File 'sig/types.rbs', line 112 def name @name end |