Class: Aws::Types::GetConnectorV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectorV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
-
#enablement_status_reason ⇒ ::String
Returns the value of attribute enablement_status_reason.
-
#health ⇒ Types::HealthCheck
Returns the value of attribute health.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_detail ⇒ Types::ProviderDetail
Returns the value of attribute provider_detail.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
5952 5953 5954 |
# File 'sig/types.rbs', line 5952 def connector_arn @connector_arn end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def connector_id @connector_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5957 5958 5959 |
# File 'sig/types.rbs', line 5957 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
5955 5956 5957 |
# File 'sig/types.rbs', line 5955 def description @description end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
5961 5962 5963 |
# File 'sig/types.rbs', line 5961 def enablement_status @enablement_status end |
#enablement_status_reason ⇒ ::String
Returns the value of attribute enablement_status_reason.
5962 5963 5964 |
# File 'sig/types.rbs', line 5962 def enablement_status_reason @enablement_status_reason end |
#health ⇒ Types::HealthCheck
Returns the value of attribute health.
5959 5960 5961 |
# File 'sig/types.rbs', line 5959 def health @health end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
5956 5957 5958 |
# File 'sig/types.rbs', line 5956 def kms_key_arn @kms_key_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
5958 5959 5960 |
# File 'sig/types.rbs', line 5958 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def name @name end |
#provider_detail ⇒ Types::ProviderDetail
Returns the value of attribute provider_detail.
5960 5961 5962 |
# File 'sig/types.rbs', line 5960 def provider_detail @provider_detail end |