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.
568 569 570 |
# File 'sig/types.rbs', line 568 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def installation_id @installation_id end |
#site_url ⇒ ::String
Returns the value of attribute site_url.
570 571 572 |
# File 'sig/types.rbs', line 570 def site_url @site_url end |
#state ⇒ ::String
Returns the value of attribute state.
569 570 571 |
# File 'sig/types.rbs', line 569 def state @state end |