Class: Aws::Types::ConfluenceIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
-
#site_url ⇒ ::String
Returns the value of attribute site_url.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
572 573 574 |
# File 'sig/types.rbs', line 572 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def installation_id @installation_id end |
#site_url ⇒ ::String
Returns the value of attribute site_url.
574 575 576 |
# File 'sig/types.rbs', line 574 def site_url @site_url end |
#state ⇒ ::String
Returns the value of attribute state.
573 574 575 |
# File 'sig/types.rbs', line 573 def state @state end |