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)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def code
  @code
end

#installation_id::String

Returns the value of attribute installation_id.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def installation_id
  @installation_id
end

#organization_name::String

Returns the value of attribute organization_name.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def organization_name
  @organization_name
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def state
  @state
end

#target_url::String

Returns the value of attribute target_url.

Returns:

  • (::String)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def target_url
  @target_url
end