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)


423
424
425
# File 'sig/types.rbs', line 423

def activation_code
  @activation_code
end

#activation_expiry::Time

Returns the value of attribute activation_expiry.

Returns:

  • (::Time)


424
425
426
# File 'sig/types.rbs', line 424

def activation_expiry
  @activation_expiry
end

#activation_id::String

Returns the value of attribute activation_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def activation_id
  @activation_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def provider
  @provider
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def role_arn
  @role_arn
end