Class: Aws::Types::ConnectorSummary

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)


5065
5066
5067
# File 'sig/types.rbs', line 5065

def connector_arn
  @connector_arn
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


5066
5067
5068
# File 'sig/types.rbs', line 5066

def connector_id
  @connector_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5070
5071
5072
# File 'sig/types.rbs', line 5070

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5068
5069
5070
# File 'sig/types.rbs', line 5068

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")


5071
5072
5073
# File 'sig/types.rbs', line 5071

def enablement_status
  @enablement_status
end

#enablement_status_reason::String

Returns the value of attribute enablement_status_reason.

Returns:

  • (::String)


5072
5073
5074
# File 'sig/types.rbs', line 5072

def enablement_status_reason
  @enablement_status_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5067
5068
5069
# File 'sig/types.rbs', line 5067

def name
  @name
end

#provider_summaryTypes::ProviderSummary

Returns the value of attribute provider_summary.



5069
5070
5071
# File 'sig/types.rbs', line 5069

def provider_summary
  @provider_summary
end