Class: Aws::Types::GetConnectorDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectorDefinitionResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
650 651 652 |
# File 'sig/types.rbs', line 650 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
651 652 653 |
# File 'sig/types.rbs', line 651 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
652 653 654 |
# File 'sig/types.rbs', line 652 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
653 654 655 |
# File 'sig/types.rbs', line 653 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
654 655 656 |
# File 'sig/types.rbs', line 654 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
655 656 657 |
# File 'sig/types.rbs', line 655 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
656 657 658 |
# File 'sig/types.rbs', line 656 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
657 658 659 |
# File 'sig/types.rbs', line 657 def @tags end |