Class: Aws::Types::CspmProviderSummary
- Inherits:
-
Object
- Object
- Aws::Types::CspmProviderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#provider_configuration ⇒ Types::CspmProviderDetail
Returns the value of attribute provider_configuration.
-
#provider_name ⇒ "AZURE"
Returns the value of attribute provider_name.
Instance Attribute Details
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
5316 5317 5318 |
# File 'sig/types.rbs', line 5316 def connector_status @connector_status end |
#provider_configuration ⇒ Types::CspmProviderDetail
Returns the value of attribute provider_configuration.
5317 5318 5319 |
# File 'sig/types.rbs', line 5317 def provider_configuration @provider_configuration end |
#provider_name ⇒ "AZURE"
Returns the value of attribute provider_name.
5315 5316 5317 |
# File 'sig/types.rbs', line 5315 def provider_name @provider_name end |