Class: Aws::Types::ConfluenceSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "BASIC", "OAUTH2_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#host_type ⇒ "SAAS"
Returns the value of attribute host_type.
-
#host_url ⇒ ::String
Returns the value of attribute host_url.
Instance Attribute Details
#auth_type ⇒ "BASIC", "OAUTH2_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
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.
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.
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.
371 372 373 |
# File 'sig/types.rbs', line 371 def host_url @host_url end |