Class: Aws::Types::CspmProviderSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_status"CONNECTED", ...

Returns the value of attribute connector_status.

Returns:

  • ("CONNECTED", "DEGRADED", "FAILED_TO_CONNECT", "UNKNOWN")


5316
5317
5318
# File 'sig/types.rbs', line 5316

def connector_status
  @connector_status
end

#provider_configurationTypes::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.

Returns:

  • ("AZURE")


5315
5316
5317
# File 'sig/types.rbs', line 5315

def provider_name
  @provider_name
end