Class: Aws::Types::GitHubIntegrationInput

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)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def code
  @code
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def installation_id
  @installation_id
end

#organization_name::String

Returns the value of attribute organization_name.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def organization_name
  @organization_name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def state
  @state
end

#target_url::String

Returns the value of attribute target_url.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def target_url
  @target_url
end