Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_configuration ⇒ Types::ConnectorConfiguration
Returns the value of attribute connector_configuration.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
466 467 468 |
# File 'sig/types.rbs', line 466 def arn @arn end |
#connector_configuration ⇒ Types::ConnectorConfiguration
Returns the value of attribute connector_configuration.
467 468 469 |
# File 'sig/types.rbs', line 467 def connector_configuration @connector_configuration end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
468 469 470 |
# File 'sig/types.rbs', line 468 def created_time @created_time end |
#name ⇒ ::String
Returns the value of attribute name.
465 466 467 |
# File 'sig/types.rbs', line 465 def name @name end |