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)


568
569
570
# File 'sig/types.rbs', line 568

def code
  @code
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def site_url
  @site_url
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def state
  @state
end