Class: Aws::Types::ConfluenceIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def code
  @code
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def site_url
  @site_url
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def state
  @state
end