Class: Aws::Types::GetConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectorResponse
- 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.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
-
#health ⇒ Types::CspmHealthCheck
Returns the value of attribute health.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_detail ⇒ Types::CspmProviderDetail
Returns the value of attribute provider_detail.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
5933 5934 5935 |
# File 'sig/types.rbs', line 5933 def connector_arn @connector_arn end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
5934 5935 5936 |
# File 'sig/types.rbs', line 5934 def connector_id @connector_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5937 5938 5939 |
# File 'sig/types.rbs', line 5937 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5941 5942 5943 |
# File 'sig/types.rbs', line 5941 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
5936 5937 5938 |
# File 'sig/types.rbs', line 5936 def description @description end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
5942 5943 5944 |
# File 'sig/types.rbs', line 5942 def enablement_status @enablement_status end |
#health ⇒ Types::CspmHealthCheck
Returns the value of attribute health.
5939 5940 5941 |
# File 'sig/types.rbs', line 5939 def health @health end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
5938 5939 5940 |
# File 'sig/types.rbs', line 5938 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
5935 5936 5937 |
# File 'sig/types.rbs', line 5935 def name @name end |
#provider_detail ⇒ Types::CspmProviderDetail
Returns the value of attribute provider_detail.
5940 5941 5942 |
# File 'sig/types.rbs', line 5940 def provider_detail @provider_detail end |