Class: Aws::Types::ConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "AZURE"
Returns the value of attribute provider.
-
#tenant_identifier ⇒ ::String
Returns the value of attribute tenant_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
488 489 490 |
# File 'sig/types.rbs', line 488 def created_time @created_time end |
#name ⇒ ::String
Returns the value of attribute name.
485 486 487 |
# File 'sig/types.rbs', line 485 def name @name end |
#provider ⇒ "AZURE"
Returns the value of attribute provider.
486 487 488 |
# File 'sig/types.rbs', line 486 def provider @provider end |
#tenant_identifier ⇒ ::String
Returns the value of attribute tenant_identifier.
487 488 489 |
# File 'sig/types.rbs', line 487 def tenant_identifier @tenant_identifier end |