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.
590 591 592 |
# File 'sig/types.rbs', line 590 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def installation_id @installation_id end |
#site_url ⇒ ::String
Returns the value of attribute site_url.
592 593 594 |
# File 'sig/types.rbs', line 592 def site_url @site_url end |
#state ⇒ ::String
Returns the value of attribute state.
591 592 593 |
# File 'sig/types.rbs', line 591 def state @state end |