Class: Aws::Types::Connector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def arn
  @arn
end

#connector_configurationTypes::ConnectorConfiguration

Returns the value of attribute connector_configuration.



467
468
469
# File 'sig/types.rbs', line 467

def connector_configuration
  @connector_configuration
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


468
469
470
# File 'sig/types.rbs', line 468

def created_time
  @created_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def name
  @name
end