Class: Aws::ConfigService::Types::ConnectorSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

A summary of a connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the connector.

Returns:

  • (String)


2446
2447
2448
2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-configservice/types.rb', line 2446

class ConnectorSummary < Struct.new(
  :arn,
  :name,
  :provider,
  :tenant_identifier,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time that the connector was created.

Returns:

  • (Time)


2446
2447
2448
2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-configservice/types.rb', line 2446

class ConnectorSummary < Struct.new(
  :arn,
  :name,
  :provider,
  :tenant_identifier,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the connector.

Returns:

  • (String)


2446
2447
2448
2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-configservice/types.rb', line 2446

class ConnectorSummary < Struct.new(
  :arn,
  :name,
  :provider,
  :tenant_identifier,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The third-party cloud service provider. Currently, AZURE is supported.

Returns:

  • (String)


2446
2447
2448
2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-configservice/types.rb', line 2446

class ConnectorSummary < Struct.new(
  :arn,
  :name,
  :provider,
  :tenant_identifier,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_identifierString

The Azure tenant identifier for the connector.

Returns:

  • (String)


2446
2447
2448
2449
2450
2451
2452
2453
2454
# File 'lib/aws-sdk-configservice/types.rb', line 2446

class ConnectorSummary < Struct.new(
  :arn,
  :name,
  :provider,
  :tenant_identifier,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end