Class: Aws::Types::GetConnectorResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


5941
5942
5943
# File 'sig/types.rbs', line 5941

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5936
5937
5938
# File 'sig/types.rbs', line 5936

def description
  @description
end

#enablement_status"ENABLED", ...

Returns the value of attribute enablement_status.

Returns:

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


5942
5943
5944
# File 'sig/types.rbs', line 5942

def enablement_status
  @enablement_status
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


5935
5936
5937
# File 'sig/types.rbs', line 5935

def name
  @name
end

#provider_detailTypes::CspmProviderDetail

Returns the value of attribute provider_detail.



5940
5941
5942
# File 'sig/types.rbs', line 5940

def provider_detail
  @provider_detail
end