Class: Aws::Types::CspmConnectorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


5279
5280
5281
# File 'sig/types.rbs', line 5279

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5276
5277
5278
# File 'sig/types.rbs', line 5276

def description
  @description
end

#enablement_status"ENABLED", ...

Returns the value of attribute enablement_status.

Returns:

  • ("ENABLED", "PENDING_ENABLEMENT", "PENDING_UPDATE", "PENDING_DELETION")


5280
5281
5282
# File 'sig/types.rbs', line 5280

def enablement_status
  @enablement_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5275
5276
5277
# File 'sig/types.rbs', line 5275

def name
  @name
end

#provider_summaryTypes::CspmProviderSummary

Returns the value of attribute provider_summary.



5277
5278
5279
# File 'sig/types.rbs', line 5277

def provider_summary
  @provider_summary
end