Class: Aws::Types::CspmConnectorSummary
- Inherits:
-
Object
- Object
- Aws::Types::CspmConnectorSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_summary ⇒ Types::CspmProviderSummary
Returns the value of attribute provider_summary.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
5273 5274 5275 |
# File 'sig/types.rbs', line 5273 def connector_arn @connector_arn end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
5274 5275 5276 |
# File 'sig/types.rbs', line 5274 def connector_id @connector_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5278 5279 5280 |
# File 'sig/types.rbs', line 5278 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5279 5280 5281 |
# File 'sig/types.rbs', line 5279 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def description @description end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
5280 5281 5282 |
# File 'sig/types.rbs', line 5280 def enablement_status @enablement_status end |
#name ⇒ ::String
Returns the value of attribute name.
5275 5276 5277 |
# File 'sig/types.rbs', line 5275 def name @name end |
#provider_summary ⇒ Types::CspmProviderSummary
Returns the value of attribute provider_summary.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def provider_summary @provider_summary end |