Class: Aws::Types::ConfluenceSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"BASIC", "OAUTH2_CLIENT_CREDENTIALS"

Returns the value of attribute auth_type.

Returns:

  • ("BASIC", "OAUTH2_CLIENT_CREDENTIALS")


373
374
375
# File 'sig/types.rbs', line 373

def auth_type
  @auth_type
end

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def credentials_secret_arn
  @credentials_secret_arn
end

#host_type"SAAS"

Returns the value of attribute host_type.

Returns:

  • ("SAAS")


372
373
374
# File 'sig/types.rbs', line 372

def host_type
  @host_type
end

#host_url::String

Returns the value of attribute host_url.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def host_url
  @host_url
end