Class: Aws::Types::GetConnectorDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectorDefinitionVersionResponse
- 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.
-
#definition ⇒ Types::ConnectorDefinitionVersion
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
669 670 671 |
# File 'sig/types.rbs', line 669 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
670 671 672 |
# File 'sig/types.rbs', line 670 def @creation_timestamp end |
#definition ⇒ Types::ConnectorDefinitionVersion
Returns the value of attribute definition.
671 672 673 |
# File 'sig/types.rbs', line 671 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
672 673 674 |
# File 'sig/types.rbs', line 672 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
673 674 675 |
# File 'sig/types.rbs', line 673 def next_token @next_token end |
#version ⇒ ::String
Returns the value of attribute version.
674 675 676 |
# File 'sig/types.rbs', line 674 def version @version end |