Class: Aws::Types::GetConnectorV2Response

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)


5952
5953
5954
# File 'sig/types.rbs', line 5952

def connector_arn
  @connector_arn
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


5953
5954
5955
# File 'sig/types.rbs', line 5953

def connector_id
  @connector_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5957
5958
5959
# File 'sig/types.rbs', line 5957

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5955
5956
5957
# File 'sig/types.rbs', line 5955

def description
  @description
end

#enablement_status"ENABLED", ...

Returns the value of attribute enablement_status.

Returns:

  • ("ENABLED", "PENDING_ENABLEMENT", "FAILED_TO_ENABLE", "PENDING_UPDATE", "FAILED_TO_UPDATE", "PENDING_DELETION", "FAILED_TO_DELETE")


5961
5962
5963
# File 'sig/types.rbs', line 5961

def enablement_status
  @enablement_status
end

#enablement_status_reason::String

Returns the value of attribute enablement_status_reason.

Returns:

  • (::String)


5962
5963
5964
# File 'sig/types.rbs', line 5962

def enablement_status_reason
  @enablement_status_reason
end

#healthTypes::HealthCheck

Returns the value of attribute health.

Returns:



5959
5960
5961
# File 'sig/types.rbs', line 5959

def health
  @health
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


5956
5957
5958
# File 'sig/types.rbs', line 5956

def kms_key_arn
  @kms_key_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


5958
5959
5960
# File 'sig/types.rbs', line 5958

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5954
5955
5956
# File 'sig/types.rbs', line 5954

def name
  @name
end

#provider_detailTypes::ProviderDetail

Returns the value of attribute provider_detail.



5960
5961
5962
# File 'sig/types.rbs', line 5960

def provider_detail
  @provider_detail
end