Class: Aws::Types::ConnectorConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_code::String

Returns the value of attribute activation_code.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def activation_code
  @activation_code
end

#activation_expiry::Time

Returns the value of attribute activation_expiry.

Returns:

  • (::Time)


482
483
484
# File 'sig/types.rbs', line 482

def activation_expiry
  @activation_expiry
end

#activation_id::String

Returns the value of attribute activation_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def activation_id
  @activation_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def provider
  @provider
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def role_arn
  @role_arn
end